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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • Method Details

    • getParent

      ParentT getParent()
      Returns:
      the parent of this child object