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()
    Gets resource id.
    Gets the resource name.
    Gets the resource type.

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

    key
  • Method Details

    • id

      String id()
      Gets resource id.
      Returns:
      resource id.
    • name

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

      String type()
      Gets the resource type.
      Returns:
      the resource type.