class com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.AzureFileShareReference> implements com.microsoft.azure.management.batchai.AzureFileShare, com.microsoft.azure.management.batchai.AzureFileShare$Definition<ParentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl
  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.AzureFileShareReference, com.microsoft.azure.management.batchai.model.HasMountVolumes);
    descriptor: (Lcom/microsoft/azure/management/batchai/AzureFileShareReference;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.AzureFileShareImpl this
        start local 1 // com.microsoft.azure.management.batchai.AzureFileShareReference 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.AzureFileShareImpl.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.AzureFileShareReference inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    3     1   inner  Lcom/microsoft/azure/management/batchai/AzureFileShareReference;
            0    3     2  parent  Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
    MethodParameters:
        Name  Flags
      inner   
      parent  

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

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

  public com.microsoft.azure.management.batchai.AzureFileShare$Definition<ParentT> withRelativeMountPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$Definition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
        start local 1 // java.lang.String mountPath
         0: .line 45
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            aload 1 /* mountPath */
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShareReference;
            pop
         1: .line 46
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String mountPath
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    2     1  mountPath  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$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.AzureFileShareImpl this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            aload 0 /* this */
            invokeinterface com.microsoft.azure.management.batchai.model.HasMountVolumes.attachAzureFileShare:(Lcom/microsoft/azure/management/batchai/AzureFileShare;)V
         1: .line 52
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
    Signature: ()TParentT;

  public com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAttach<ParentT> withAccountKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
        start local 1 // java.lang.String accountKey
         0: .line 57
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.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 58
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String accountKey
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    2     1  accountKey  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach<TParentT;>;
    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.AzureFileShareImpl this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            ifnonnull 2
         1: .line 63
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            new com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo
            dup
            invokespecial com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.withCredentials:(Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;)Lcom/microsoft/azure/management/batchai/AzureFileShareReference;
            pop
         2: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;

  public com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAttach<ParentT> withKeyVaultSecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
    descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
        start local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference keyVaultSecretReference
         0: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.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 71
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference keyVaultSecretReference
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    2     1  keyVaultSecretReference  Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
    Signature: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
                         Name  Flags
      keyVaultSecretReference  

  public com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAttach<ParentT> withFileMode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
        start local 1 // java.lang.String fileMode
         0: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            aload 1 /* fileMode */
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.withFileMode:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShareReference;
            pop
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String fileMode
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    2     1  fileMode  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
          Name  Flags
      fileMode  

  public com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAttach<ParentT> withDirectoryMode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
        start local 1 // java.lang.String directoryMode
         0: .line 82
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.AzureFileShareReference
            aload 1 /* directoryMode */
            invokevirtual com.microsoft.azure.management.batchai.AzureFileShareReference.withDirectoryMode:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShareReference;
            pop
         1: .line 83
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String directoryMode
        end local 0 // com.microsoft.azure.management.batchai.implementation.AzureFileShareImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batchai/implementation/AzureFileShareImpl<TParentT;>;
            0    2     1  directoryMode  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$DefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
               Name  Flags
      directoryMode  

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

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

  public com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithRelativeMountPath withAzureFileUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$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.AzureFileShareImpl.withAzureFileUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureFileShare$Definition;
            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/AzureFileShareReference;>;Lcom/microsoft/azure/management/batchai/AzureFileShare;Lcom/microsoft/azure/management/batchai/AzureFileShare$Definition<TParentT;>;
SourceFile: "AzureFileShareImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batchai.AzureFileShare$Definition of com.microsoft.azure.management.batchai.AzureFileShare
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages of com.microsoft.azure.management.batchai.AzureFileShare
  public abstract WithAttach = com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages
  public abstract WithAzureFileUrl = com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAzureFileUrl of com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages
  public abstract WithAzureStorageCredentials = com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithAzureStorageCredentials of com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages
  public abstract WithRelativeMountPath = com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages$WithRelativeMountPath of com.microsoft.azure.management.batchai.AzureFileShare$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()