Skip to content
Docs Try Aspire

IResourceWithParent<T>

Interface net8.0
📦 Aspire.Hosting v13.2.0
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 : IResource