class com.microsoft.azure.management.storage.implementation.StorageAccountsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<com.microsoft.azure.management.storage.StorageAccount, com.microsoft.azure.management.storage.implementation.StorageAccountImpl, com.microsoft.azure.management.storage.implementation.StorageAccountInner, com.microsoft.azure.management.storage.implementation.StorageAccountsInner, com.microsoft.azure.management.storage.implementation.StorageManager> implements com.microsoft.azure.management.storage.StorageAccounts
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.StorageAccountsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl
{
  void <init>(com.microsoft.azure.management.storage.implementation.StorageManager);
    descriptor: (Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // com.microsoft.azure.management.storage.implementation.StorageManager storageManager
         0: .line 37
            aload 0 /* this */
            aload 1 /* storageManager */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.storageAccounts:()Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;
            aload 1 /* storageManager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 38
            return
        end local 1 // com.microsoft.azure.management.storage.implementation.StorageManager storageManager
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    2     1  storageManager  Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    MethodParameters:
                Name  Flags
      storageManager  final

  public com.microsoft.azure.management.storage.CheckNameAvailabilityResult checkNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String name
         0: .line 42
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.checkNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.CheckNameAvailabilityResult
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.azure.management.storage.CheckNameAvailabilityResult> checkNameAvailabilityAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String name
         0: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageAccountsInner
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.checkNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$1.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.CheckNameAvailabilityResult> checkNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.CheckNameAvailabilityResult>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 57
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.checkNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public com.microsoft.azure.management.storage.implementation.StorageAccountImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String name
         0: .line 62
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
         1: .line 63
            getstatic com.microsoft.azure.management.storage.StorageAccountSkuType.STANDARD_RAGRS:Lcom/microsoft/azure/management/storage/StorageAccountSkuType;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountImpl.withSku:(Lcom/microsoft/azure/management/storage/StorageAccountSkuType;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
         2: .line 64
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountImpl.withGeneralPurposeAccountKindV2:()Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
         3: .line 65
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountImpl.withOnlyHttpsTraffic:()Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
         4: .line 66
            getstatic com.microsoft.azure.management.storage.MinimumTlsVersion.TLS1_2:Lcom/microsoft/azure/management/storage/MinimumTlsVersion;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountImpl.withMinimumTlsVersion:(Lcom/microsoft/azure/management/storage/MinimumTlsVersion;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
         5: .line 62
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    6     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.storage.implementation.StorageAccountImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String name
         0: .line 71
            new com.microsoft.azure.management.storage.implementation.StorageAccountImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.management.storage.implementation.StorageAccountInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountInner.<init>:()V
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManager
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.storage.implementation.StorageAccountImpl wrapModel(com.microsoft.azure.management.storage.implementation.StorageAccountInner);
    descriptor: (Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // com.microsoft.azure.management.storage.implementation.StorageAccountInner storageAccountInner
         0: .line 76
            aload 1 /* storageAccountInner */
            ifnonnull 2
         1: .line 77
            aconst_null
            areturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.storage.implementation.StorageAccountImpl
            dup
            aload 1 /* storageAccountInner */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountInner.name:()Ljava/lang/String;
            aload 1 /* storageAccountInner */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManager
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
            areturn
        end local 1 // com.microsoft.azure.management.storage.implementation.StorageAccountInner storageAccountInner
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    3     1  storageAccountInner  Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;
    MethodParameters:
                     Name  Flags
      storageAccountInner  

  public java.lang.String createSasToken(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
         0: .line 84
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.createSasTokenAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/ServiceSasParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public rx.Observable<java.lang.String> createSasTokenAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
         0: .line 89
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageAccountsInner
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.listServiceSASAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$2.<init>:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.storage.ServiceSasParameters parameters
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/storage/ServiceSasParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public void failover(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 99
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.failoverAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 100
            return
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public rx.Completable failoverAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 104
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageAccountsInner
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsInner.failoverAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.StorageAccountsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/StorageAccountsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.storage.implementation.StorageAccountInner
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.wrapModel:(Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageAccountsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl<Lcom/microsoft/azure/management/storage/StorageAccount;Lcom/microsoft/azure/management/storage/implementation/StorageAccountImpl;Lcom/microsoft/azure/management/storage/implementation/StorageAccountInner;Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;Lcom/microsoft/azure/management/storage/implementation/StorageManager;>;Lcom/microsoft/azure/management/storage/StorageAccounts;
SourceFile: "StorageAccountsImpl.java"
NestMembers:
  com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$1  com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$2
InnerClasses:
  com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$1
  com.microsoft.azure.management.storage.implementation.StorageAccountsImpl$2
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()