final class com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl implements com.microsoft.azure.management.resources.implementation.ResourceManager$Authenticated
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl
  super_class: java.lang.Object
{
  private com.microsoft.rest.RestClient restClient;
    descriptor: Lcom/microsoft/rest/RestClient;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.resources.implementation.SubscriptionClientImpl subscriptionClient;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/SubscriptionClientImpl;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.resources.Subscriptions subscriptions;
    descriptor: Lcom/microsoft/azure/management/resources/Subscriptions;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.resources.Tenants tenants;
    descriptor: Lcom/microsoft/azure/management/resources/Tenants;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.rest.RestClient);
    descriptor: (Lcom/microsoft/rest/RestClient;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
        start local 1 // com.microsoft.rest.RestClient restClient
         0: .line 143
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            aload 1 /* restClient */
            putfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.restClient:Lcom/microsoft/rest/RestClient;
         2: .line 145
            aload 0 /* this */
            new com.microsoft.azure.management.resources.implementation.SubscriptionClientImpl
            dup
            aload 1 /* restClient */
            invokespecial com.microsoft.azure.management.resources.implementation.SubscriptionClientImpl.<init>:(Lcom/microsoft/rest/RestClient;)V
            putfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptionClient:Lcom/microsoft/azure/management/resources/implementation/SubscriptionClientImpl;
         3: .line 146
            return
        end local 1 // com.microsoft.rest.RestClient restClient
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/microsoft/azure/management/resources/implementation/ResourceManager$AuthenticatedImpl;
            0    4     1  restClient  Lcom/microsoft/rest/RestClient;
    MethodParameters:
            Name  Flags
      restClient  

  public com.microsoft.azure.management.resources.Subscriptions subscriptions();
    descriptor: ()Lcom/microsoft/azure/management/resources/Subscriptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
         0: .line 149
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptions:Lcom/microsoft/azure/management/resources/Subscriptions;
            ifnonnull 2
         1: .line 150
            aload 0 /* this */
            new com.microsoft.azure.management.resources.implementation.SubscriptionsImpl
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptionClient:Lcom/microsoft/azure/management/resources/implementation/SubscriptionClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.SubscriptionClientImpl.subscriptions:()Lcom/microsoft/azure/management/resources/implementation/SubscriptionsInner;
            invokespecial com.microsoft.azure.management.resources.implementation.SubscriptionsImpl.<init>:(Lcom/microsoft/azure/management/resources/implementation/SubscriptionsInner;)V
            putfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptions:Lcom/microsoft/azure/management/resources/Subscriptions;
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptions:Lcom/microsoft/azure/management/resources/Subscriptions;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceManager$AuthenticatedImpl;

  public com.microsoft.azure.management.resources.Tenants tenants();
    descriptor: ()Lcom/microsoft/azure/management/resources/Tenants;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.tenants:Lcom/microsoft/azure/management/resources/Tenants;
            ifnonnull 2
         1: .line 157
            aload 0 /* this */
            new com.microsoft.azure.management.resources.implementation.TenantsImpl
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.subscriptionClient:Lcom/microsoft/azure/management/resources/implementation/SubscriptionClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.SubscriptionClientImpl.tenants:()Lcom/microsoft/azure/management/resources/implementation/TenantsInner;
            invokespecial com.microsoft.azure.management.resources.implementation.TenantsImpl.<init>:(Lcom/microsoft/azure/management/resources/implementation/TenantsInner;)V
            putfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.tenants:Lcom/microsoft/azure/management/resources/Tenants;
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.tenants:Lcom/microsoft/azure/management/resources/Tenants;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceManager$AuthenticatedImpl;

  public com.microsoft.azure.management.resources.implementation.ResourceManager withSubscription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
        start local 1 // java.lang.String subscriptionId
         0: .line 164
            new com.microsoft.azure.management.resources.implementation.ResourceManager
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl.restClient:Lcom/microsoft/rest/RestClient;
            aload 1 /* subscriptionId */
            invokespecial com.microsoft.azure.management.resources.implementation.ResourceManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String subscriptionId
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/implementation/ResourceManager$AuthenticatedImpl;
            0    1     1  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      subscriptionId  
}
SourceFile: "ResourceManager.java"
NestHost: com.microsoft.azure.management.resources.implementation.ResourceManager
InnerClasses:
  public abstract Authenticated = com.microsoft.azure.management.resources.implementation.ResourceManager$Authenticated of com.microsoft.azure.management.resources.implementation.ResourceManager
  private final AuthenticatedImpl = com.microsoft.azure.management.resources.implementation.ResourceManager$AuthenticatedImpl of com.microsoft.azure.management.resources.implementation.ResourceManager