class com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.AzureBlobFileSystemReference> implements com.microsoft.azure.management.batchai.AzureBlobFileSystem, com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  private com.microsoft.azure.management.batchai.model.HasMountVolumes parent;
    descriptor: Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.batchai.AzureBlobFileSystemReference, com.microsoft.azure.management.batchai.model.HasMountVolumes);
    descriptor: (Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // com.microsoft.azure.management.batchai.AzureBlobFileSystemReference inner
        start local 2 // com.microsoft.azure.management.batchai.model.HasMountVolumes parent
         0: .line 27
            aload 0 /* this */
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 28
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
         2: .line 29
            return
        end local 2 // com.microsoft.azure.management.batchai.model.HasMountVolumes parent
        end local 1 // com.microsoft.azure.management.batchai.AzureBlobFileSystemReference inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    3     1   inner  Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            0    3     2  parent  Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT> withStorageAccountName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // java.lang.String storageAccountName
         0: .line 33
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            aload 1 /* storageAccountName */
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withAccountName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            pop
         1: .line 34
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String storageAccountName
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  storageAccountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
    MethodParameters:
                    Name  Flags
      storageAccountName  

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT> withRelativeMountPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // java.lang.String mountPath
         0: .line 40
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            aload 1 /* mountPath */
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            pop
         1: .line 41
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String mountPath
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  mountPath  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
    MethodParameters:
           Name  Flags
      mountPath  

  public ParentT attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
         0: .line 46
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            aload 0 /* this */
            invokeinterface com.microsoft.azure.management.batchai.model.HasMountVolumes.attachAzureBlobFileSystem:(Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem;)V
         1: .line 47
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
    Signature: ()TParentT;

  public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withAccountKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // java.lang.String accountKey
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.ensureCredentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            aload 1 /* accountKey */
            invokevirtual com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.withAccountKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            pop
         1: .line 53
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String accountKey
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  accountKey  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      accountKey  

  private com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo ensureCredentials();
    descriptor: ()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            ifnonnull 2
         1: .line 58
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            new com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo
            dup
            invokespecial com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withCredentials:(Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            pop
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;

  public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withKeyVaultSecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
    descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference keyVaultSecretReference
         0: .line 65
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.ensureCredentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            aload 1 /* keyVaultSecretReference */
            invokevirtual com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.withAccountKeySecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            pop
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference keyVaultSecretReference
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  keyVaultSecretReference  Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
    MethodParameters:
                         Name  Flags
      keyVaultSecretReference  

  public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withContainerName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // java.lang.String containerName
         0: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            aload 1 /* containerName */
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withContainerName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            pop
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String containerName
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  containerName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      containerName  

  public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withMountOptions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
        start local 1 // java.lang.String mountOptions
         0: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
            aload 1 /* mountOptions */
            invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
            pop
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String mountOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
            0    2     1  mountOptions  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      mountOptions  

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithStorageContainerName withStorageAccountName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithStorageContainerName;
    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.batchai.implementation.AzureBlobFileSystemImpl.withStorageAccountName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withAccountKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
    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.batchai.implementation.AzureBlobFileSystemImpl.withAccountKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withKeyVaultSecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
    descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
    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.batchai.implementation.AzureBlobFileSystemImpl.withKeyVaultSecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials withRelativeMountPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials;
    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.batchai.implementation.AzureBlobFileSystemImpl.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withMountOptions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
    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.batchai.implementation.AzureBlobFileSystemImpl.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath withContainerName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath;
    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.batchai.implementation.AzureBlobFileSystemImpl.withContainerName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <ParentT:Ljava/lang/Object;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem;Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
SourceFile: "AzureBlobFileSystemImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition of com.microsoft.azure.management.batchai.AzureBlobFileSystem
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages of com.microsoft.azure.management.batchai.AzureBlobFileSystem
  public abstract WithAttach = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
  public abstract WithAzureStorageCredentials = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
  public abstract WithRelativeMountPath = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
  public abstract WithStorageContainerName = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithStorageContainerName of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()