Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IResourceBuilder<T>

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Defines a builder for creating resources of type T.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceBuilder<T>
where T : IResource
{
// ...
}
T
The type of resource to build.
View all properties
View all methods