IResourceBuilder<T>
Interfacenet10.0
Defines a builder for creating resources of type
T. namespace Aspire.Hosting.ApplicationModel;
public interface IResourceBuilder<T> where T : IResource{ // ...}T: IResourceType Parameters
Section titled Type ParametersTThe type of resource to build.
Properties2
Section titled Properties Gets the distributed application builder associated with this resource builder.
Methods2
Section titled Methods Adds an annotation to the resource being built.
Adds an annotation to the resource being built.