Skip to content
Docs Try Aspire

IResourceBuilder<T>

Interface net10.0
📦 Aspire.Hosting v13.1.2
Defines a builder for creating resources of type T.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceBuilder<T>
where T : IResource
{
// ...
}
T : IResource