class com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.batchai.BatchAIFileServer, com.microsoft.azure.management.batchai.implementation.FileServerInner, com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl> implements com.microsoft.azure.management.batchai.BatchAIFileServer, com.microsoft.azure.management.batchai.BatchAIFileServer$Definition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  private final com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.microsoft.azure.management.batchai.FileServerCreateParameters createParameters;
    descriptor: Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl, com.microsoft.azure.management.batchai.implementation.FileServerInner);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
        start local 3 // com.microsoft.azure.management.batchai.implementation.FileServerInner innerObject
         0: .line 39
            aload 0 /* this */
            aload 1 /* name */
            aload 3 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 36
            aload 0 /* this */
            new com.microsoft.azure.management.batchai.FileServerCreateParameters
            dup
            invokespecial com.microsoft.azure.management.batchai.FileServerCreateParameters.<init>:()V
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
         2: .line 40
            aload 0 /* this */
            aload 2 /* workspace */
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
         3: .line 41
            return
        end local 3 // com.microsoft.azure.management.batchai.implementation.FileServerInner innerObject
        end local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    4     1         name  Ljava/lang/String;
            0    4     2    workspace  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            0    4     3  innerObject  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
    MethodParameters:
             Name  Flags
      name         
      workspace    
      innerObject  

  public boolean isInCreateMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 45
            iconst_1
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIFileServer> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 50
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;)Lrx/Observable;
         1: .line 51
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 50
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;

  protected rx.Observable<com.microsoft.azure.management.batchai.implementation.FileServerInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 56
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;>;

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withVMSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String vmSize
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            aload 1 /* vmSize */
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withVmSize:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            pop
         1: .line 63
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vmSize
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1  vmSize  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      vmSize  

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withUserName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String userName
         0: .line 68
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            aload 1 /* userName */
            invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            pop
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String userName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1  userName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      userName  

  public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withSubnet(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String subnetId
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            new com.microsoft.azure.management.batchai.ResourceId
            dup
            invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
            aload 1 /* subnetId */
            invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSubnet:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            pop
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String subnetId
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1  subnetId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      subnetId  

  public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withSubnet(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String networkId
        start local 2 // java.lang.String subnetName
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            new com.microsoft.azure.management.batchai.ResourceId
            dup
            invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
            new java.lang.StringBuilder
            dup
            aload 1 /* networkId */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/subnets/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* subnetName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSubnet:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            pop
         1: .line 81
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String subnetName
        end local 1 // java.lang.String networkId
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1   networkId  Ljava/lang/String;
            0    2     2  subnetName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      networkId   
      subnetName  

  private com.microsoft.azure.management.batchai.UserAccountSettings ensureUserAccountSettings();
    descriptor: ()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 85
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureSshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.userAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            ifnonnull 2
         1: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            new com.microsoft.azure.management.batchai.UserAccountSettings
            dup
            invokespecial com.microsoft.azure.management.batchai.UserAccountSettings.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.withUserAccountSettings:(Lcom/microsoft/azure/management/batchai/UserAccountSettings;)Lcom/microsoft/azure/management/batchai/SshConfiguration;
            pop
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.userAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  private com.microsoft.azure.management.batchai.SshConfiguration ensureSshConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/batchai/SshConfiguration;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 92
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            ifnonnull 2
         1: .line 93
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            new com.microsoft.azure.management.batchai.SshConfiguration
            dup
            invokespecial com.microsoft.azure.management.batchai.SshConfiguration.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSshConfiguration:(Lcom/microsoft/azure/management/batchai/SshConfiguration;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            pop
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String password
         0: .line 100
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            aload 1 /* password */
            invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            pop
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String password
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      password  

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withSshPublicKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // java.lang.String sshPublicKey
         0: .line 106
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            aload 1 /* sshPublicKey */
            invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserSshPublicKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
            pop
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sshPublicKey
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    2     1  sshPublicKey  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      sshPublicKey  

  public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize withDataDisks(int, int, com.microsoft.azure.management.batchai.StorageAccountType);
    descriptor: (IILcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithVMSize;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // int diskSizeInGB
        start local 2 // int diskCount
        start local 3 // com.microsoft.azure.management.batchai.StorageAccountType storageAccountType
         0: .line 112
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureDataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
            iload 1 /* diskSizeInGB */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskSizeInGB:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
         1: .line 113
            iload 2 /* diskCount */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskCount:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
         2: .line 114
            aload 3 /* storageAccountType */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withStorageAccountType:(Lcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/DataDisks;
            pop
         3: .line 115
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.batchai.StorageAccountType storageAccountType
        end local 2 // int diskCount
        end local 1 // int diskSizeInGB
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    4     1        diskSizeInGB  I
            0    4     2           diskCount  I
            0    4     3  storageAccountType  Lcom/microsoft/azure/management/batchai/StorageAccountType;
    MethodParameters:
                    Name  Flags
      diskSizeInGB        
      diskCount           
      storageAccountType  

  public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize withDataDisks(int, int, com.microsoft.azure.management.batchai.StorageAccountType, com.microsoft.azure.management.batchai.CachingType);
    descriptor: (IILcom/microsoft/azure/management/batchai/StorageAccountType;Lcom/microsoft/azure/management/batchai/CachingType;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithVMSize;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
        start local 1 // int diskSizeInGB
        start local 2 // int diskCount
        start local 3 // com.microsoft.azure.management.batchai.StorageAccountType storageAccountType
        start local 4 // com.microsoft.azure.management.batchai.CachingType cachingType
         0: .line 120
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureDataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
            iload 1 /* diskSizeInGB */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskSizeInGB:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
         1: .line 121
            iload 2 /* diskCount */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskCount:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
         2: .line 122
            aload 3 /* storageAccountType */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withStorageAccountType:(Lcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/DataDisks;
         3: .line 123
            aload 4 /* cachingType */
            invokevirtual com.microsoft.azure.management.batchai.DataDisks.withCachingType:(Lcom/microsoft/azure/management/batchai/CachingType;)Lcom/microsoft/azure/management/batchai/DataDisks;
            pop
         4: .line 124
            aload 0 /* this */
            areturn
        end local 4 // com.microsoft.azure.management.batchai.CachingType cachingType
        end local 3 // com.microsoft.azure.management.batchai.StorageAccountType storageAccountType
        end local 2 // int diskCount
        end local 1 // int diskSizeInGB
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            0    5     1        diskSizeInGB  I
            0    5     2           diskCount  I
            0    5     3  storageAccountType  Lcom/microsoft/azure/management/batchai/StorageAccountType;
            0    5     4         cachingType  Lcom/microsoft/azure/management/batchai/CachingType;
    MethodParameters:
                    Name  Flags
      diskSizeInGB        
      diskCount           
      storageAccountType  
      cachingType         

  private com.microsoft.azure.management.batchai.DataDisks ensureDataDisks();
    descriptor: ()Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 128
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
            ifnonnull 2
         1: .line 129
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            new com.microsoft.azure.management.batchai.DataDisks
            dup
            invokespecial com.microsoft.azure.management.batchai.DataDisks.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withDataDisks:(Lcom/microsoft/azure/management/batchai/DataDisks;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            pop
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public java.lang.String vmSize();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 136
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.vmSize:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/batchai/SshConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 141
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.DataDisks dataDisks();
    descriptor: ()Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 146
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.ResourceId subnet();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 151
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:()Lcom/microsoft/azure/management/batchai/ResourceId;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.MountSettings mountSettings();
    descriptor: ()Lcom/microsoft/azure/management/batchai/MountSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 156
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.mountSettings:()Lcom/microsoft/azure/management/batchai/MountSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public org.joda.time.DateTime provisioningStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 161
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningStateTransitionTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public org.joda.time.DateTime creationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 166
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.creationTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.FileServerProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 171
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningState:()Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.BatchAIWorkspace workspace();
    descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 176
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public com.microsoft.azure.management.batchai.implementation.BatchAIManager manager();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 181
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
         0: .line 186
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;

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

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

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

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

  public java.lang.Object manager();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;>;Lcom/microsoft/azure/management/batchai/BatchAIFileServer;Lcom/microsoft/azure/management/batchai/BatchAIFileServer$Definition;
SourceFile: "BatchAIFileServerImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batchai.BatchAIFileServer$Definition of com.microsoft.azure.management.batchai.BatchAIFileServer
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages of com.microsoft.azure.management.batchai.BatchAIFileServer
  public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
  public abstract WithUserCredentials = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserCredentials of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
  public abstract WithUserName = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserName of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
  public abstract WithVMSize = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()