Skip to content
Docs Try Aspire

IResourceWithParent<T> Properties

Interface Properties 1 member
Represents a resource that has a parent resource of type T.
Parent Section titled Parent abstract T
Gets the parent resource of type T.
public abstract T Parent { get; }