ParentlessChildResource<ParentT> Interface
Type Parameters
- ParentT
parent interface
public interface ParentlessChildResource extends Indexable,HasName
Base interface used by child resources that do not immediately have their parent attached to them but are instead available directly off other entry points.
Method Summary
Modifier and Type | Method and Description |
---|---|
ParentT | getParent() |
Inherited Members
Method Details
getParent
public ParentT getParent()
Returns:
the parent of this child object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java