Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IResourceWithParent<T>

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Represents a resource that has a parent resource of type T.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithParent<T>
: Aspire.Hosting.ApplicationModel.IResource,
Aspire.Hosting.ApplicationModel.IResourceWithParent
where T : IResource
{
// ...
}
T
The type of the parent resource.
View all properties