Skip to content
Docs Try Aspire

IResourceBuilder<T> Properties

Interface Properties 2 members
Defines a builder for creating resources of type T.
Gets the distributed application builder associated with this resource builder.
public abstract IDistributedApplicationBuilder ApplicationBuilder { get; }
Resource Section titled Resource abstract T
Gets the resource of type T that is being built.
public abstract T Resource { get; }