Interface NestedResource

All Superinterfaces:
Indexable
All Known Subinterfaces:
AuthorizationRule<RuleT>, EventHub, EventHubAuthorizationRule, EventHubConsumerGroup, EventHubDisasterRecoveryPairing, EventHubNamespaceAuthorizationRule

public interface NestedResource extends Indexable
A type contains subset of ARM envelop properties in Resource namely id, name and type.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
     
     
     

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key
  • Method Details

    • id

      String id()
      Returns:
      resource id.
    • name

      String name()
      Returns:
      the resource name.
    • type

      String type()
      Returns:
      the resource type.