public class com.microsoft.azure.management.batch.BatchAccountCreateParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.BatchAccountCreateParameters
  super_class: java.lang.Object
{
  private java.lang.String location;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "location", required = true)

  private java.util.Map<java.lang.String, java.lang.String> tags;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tags")

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

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

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

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

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

  private com.microsoft.azure.management.batch.BatchAccountIdentity identity;
    descriptor: Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "identity")

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

  public java.lang.String location();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.location:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // java.lang.String location
         0: .line 95
            aload 0 /* this */
            aload 1 /* location */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.location:Ljava/lang/String;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String location
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  location  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      location  

  public java.util.Map<java.lang.String, java.lang.String> tags();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.tags:Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // java.util.Map tags
         0: .line 115
            aload 0 /* this */
            aload 1 /* tags */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.tags:Ljava/util/Map;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    MethodParameters:
      Name  Flags
      tags  

  public com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage();
    descriptor: ()Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 125
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.autoStorage:Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withAutoStorage(com.microsoft.azure.management.batch.AutoStorageBaseProperties);
    descriptor: (Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage
         0: .line 135
            aload 0 /* this */
            aload 1 /* autoStorage */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.autoStorage:Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  autoStorage  Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
    MethodParameters:
             Name  Flags
      autoStorage  

  public com.microsoft.azure.management.batch.PoolAllocationMode poolAllocationMode();
    descriptor: ()Lcom/microsoft/azure/management/batch/PoolAllocationMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 145
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.poolAllocationMode:Lcom/microsoft/azure/management/batch/PoolAllocationMode;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withPoolAllocationMode(com.microsoft.azure.management.batch.PoolAllocationMode);
    descriptor: (Lcom/microsoft/azure/management/batch/PoolAllocationMode;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.PoolAllocationMode poolAllocationMode
         0: .line 155
            aload 0 /* this */
            aload 1 /* poolAllocationMode */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.poolAllocationMode:Lcom/microsoft/azure/management/batch/PoolAllocationMode;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.PoolAllocationMode poolAllocationMode
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  poolAllocationMode  Lcom/microsoft/azure/management/batch/PoolAllocationMode;
    MethodParameters:
                    Name  Flags
      poolAllocationMode  

  public com.microsoft.azure.management.batch.KeyVaultReference keyVaultReference();
    descriptor: ()Lcom/microsoft/azure/management/batch/KeyVaultReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 165
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.keyVaultReference:Lcom/microsoft/azure/management/batch/KeyVaultReference;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withKeyVaultReference(com.microsoft.azure.management.batch.KeyVaultReference);
    descriptor: (Lcom/microsoft/azure/management/batch/KeyVaultReference;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.KeyVaultReference keyVaultReference
         0: .line 175
            aload 0 /* this */
            aload 1 /* keyVaultReference */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.keyVaultReference:Lcom/microsoft/azure/management/batch/KeyVaultReference;
         1: .line 176
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.KeyVaultReference keyVaultReference
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  keyVaultReference  Lcom/microsoft/azure/management/batch/KeyVaultReference;
    MethodParameters:
                   Name  Flags
      keyVaultReference  

  public com.microsoft.azure.management.batch.PublicNetworkAccessType publicNetworkAccess();
    descriptor: ()Lcom/microsoft/azure/management/batch/PublicNetworkAccessType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 185
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.publicNetworkAccess:Lcom/microsoft/azure/management/batch/PublicNetworkAccessType;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withPublicNetworkAccess(com.microsoft.azure.management.batch.PublicNetworkAccessType);
    descriptor: (Lcom/microsoft/azure/management/batch/PublicNetworkAccessType;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.PublicNetworkAccessType publicNetworkAccess
         0: .line 195
            aload 0 /* this */
            aload 1 /* publicNetworkAccess */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.publicNetworkAccess:Lcom/microsoft/azure/management/batch/PublicNetworkAccessType;
         1: .line 196
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.PublicNetworkAccessType publicNetworkAccess
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  publicNetworkAccess  Lcom/microsoft/azure/management/batch/PublicNetworkAccessType;
    MethodParameters:
                     Name  Flags
      publicNetworkAccess  

  public com.microsoft.azure.management.batch.EncryptionProperties encryption();
    descriptor: ()Lcom/microsoft/azure/management/batch/EncryptionProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 205
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.encryption:Lcom/microsoft/azure/management/batch/EncryptionProperties;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withEncryption(com.microsoft.azure.management.batch.EncryptionProperties);
    descriptor: (Lcom/microsoft/azure/management/batch/EncryptionProperties;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.EncryptionProperties encryption
         0: .line 215
            aload 0 /* this */
            aload 1 /* encryption */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.encryption:Lcom/microsoft/azure/management/batch/EncryptionProperties;
         1: .line 216
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.EncryptionProperties encryption
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  encryption  Lcom/microsoft/azure/management/batch/EncryptionProperties;
    MethodParameters:
            Name  Flags
      encryption  

  public com.microsoft.azure.management.batch.BatchAccountIdentity identity();
    descriptor: ()Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
         0: .line 225
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.identity:Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;

  public com.microsoft.azure.management.batch.BatchAccountCreateParameters withIdentity(com.microsoft.azure.management.batch.BatchAccountIdentity);
    descriptor: (Lcom/microsoft/azure/management/batch/BatchAccountIdentity;)Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
        start local 1 // com.microsoft.azure.management.batch.BatchAccountIdentity identity
         0: .line 235
            aload 0 /* this */
            aload 1 /* identity */
            putfield com.microsoft.azure.management.batch.BatchAccountCreateParameters.identity:Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
         1: .line 236
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.BatchAccountIdentity identity
        end local 0 // com.microsoft.azure.management.batch.BatchAccountCreateParameters this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/BatchAccountCreateParameters;
            0    2     1  identity  Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    MethodParameters:
          Name  Flags
      identity  
}
SourceFile: "BatchAccountCreateParameters.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()