public class com.microsoft.azure.management.batchai.implementation.FileServerInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.FileServerInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String vmSize;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmSize")

  private com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration;
    descriptor: Lcom/microsoft/azure/management/batchai/SshConfiguration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sshConfiguration")

  private com.microsoft.azure.management.batchai.DataDisks dataDisks;
    descriptor: Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dataDisks")

  private com.microsoft.azure.management.batchai.ResourceId subnet;
    descriptor: Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subnet")

  private com.microsoft.azure.management.batchai.MountSettings mountSettings;
    descriptor: Lcom/microsoft/azure/management/batchai/MountSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.mountSettings", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime provisioningStateTransitionTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime creationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.creationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batchai.FileServerProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
         0: .line 25
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  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.FileServerInner this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.vmSize:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

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

  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.FileServerInner this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:Lcom/microsoft/azure/management/batchai/SshConfiguration;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  public com.microsoft.azure.management.batchai.implementation.FileServerInner withSshConfiguration(com.microsoft.azure.management.batchai.SshConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batchai/SshConfiguration;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
        start local 1 // com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration
         0: .line 126
            aload 0 /* this */
            aload 1 /* sshConfiguration */
            putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:Lcom/microsoft/azure/management/batchai/SshConfiguration;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
            0    2     1  sshConfiguration  Lcom/microsoft/azure/management/batchai/SshConfiguration;
    MethodParameters:
                  Name  Flags
      sshConfiguration  

  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.FileServerInner this
         0: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:Lcom/microsoft/azure/management/batchai/DataDisks;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  public com.microsoft.azure.management.batchai.implementation.FileServerInner withDataDisks(com.microsoft.azure.management.batchai.DataDisks);
    descriptor: (Lcom/microsoft/azure/management/batchai/DataDisks;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
        start local 1 // com.microsoft.azure.management.batchai.DataDisks dataDisks
         0: .line 146
            aload 0 /* this */
            aload 1 /* dataDisks */
            putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:Lcom/microsoft/azure/management/batchai/DataDisks;
         1: .line 147
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.DataDisks dataDisks
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
            0    2     1  dataDisks  Lcom/microsoft/azure/management/batchai/DataDisks;
    MethodParameters:
           Name  Flags
      dataDisks  

  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.FileServerInner this
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  public com.microsoft.azure.management.batchai.implementation.FileServerInner withSubnet(com.microsoft.azure.management.batchai.ResourceId);
    descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
        start local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
         0: .line 166
            aload 0 /* this */
            aload 1 /* subnet */
            putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
            0    2     1  subnet  Lcom/microsoft/azure/management/batchai/ResourceId;
    MethodParameters:
        Name  Flags
      subnet  

  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.FileServerInner this
         0: .line 176
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.mountSettings:Lcom/microsoft/azure/management/batchai/MountSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  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.FileServerInner this
         0: .line 185
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningStateTransitionTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  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.FileServerInner this
         0: .line 194
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.creationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;

  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.FileServerInner this
         0: .line 203
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningState:Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
}
SourceFile: "FileServerInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()