JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.azure.resourcemanager.resources.fluentcore.arm.models
ParentlessChildResource
Contents
Description
Method Summary
Method Details
getParent()
Hide sidebar
Show sidebar
Interface ParentlessChildResource<ParentT>
Type Parameters:
ParentT
- parent interface
All Superinterfaces:
HasName
,
Indexable
public interface
ParentlessChildResource<ParentT>
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ParentT
getParent
()
Gets the parent of this child object.
Methods inherited from interface
HasName
name
Methods inherited from interface
Indexable
key
Method Details
getParent
ParentT
getParent
()
Gets the parent of this child object.
Returns:
the parent of this child object