Skip to content
Docs Try Aspire

IResourceBuilder<T>

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