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

  private java.lang.String appServiceEnvironmentResourceLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.location", required = true)

  private com.microsoft.azure.management.appservice.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/appservice/ProvisioningState;
    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;)

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

  private java.lang.String vnetName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vnetName")

  private java.lang.String vnetResourceGroupName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vnetResourceGroupName")

  private java.lang.String vnetSubnetName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vnetSubnetName")

  private com.microsoft.azure.management.appservice.VirtualNetworkProfile virtualNetwork;
    descriptor: Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.virtualNetwork", required = true)

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

  private java.lang.String multiSize;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.multiSize")

  private java.lang.Integer multiRoleCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.multiRoleCount")

  private java.util.List<com.microsoft.azure.management.appservice.WorkerPool> workerPools;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/WorkerPool;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.workerPools", required = true)

  private java.lang.Integer ipsslAddressCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipsslAddressCount")

  private java.lang.String databaseEdition;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.databaseEdition", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String databaseServiceObjective;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.databaseServiceObjective", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer upgradeDomains;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.upgradeDomains", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String subscriptionId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subscriptionId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String dnsSuffix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dnsSuffix")

  private java.lang.String lastAction;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastAction", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String lastActionResult;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastActionResult", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String allowedMultiSizes;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allowedMultiSizes", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String allowedWorkerSizes;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allowedWorkerSizes", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer maximumNumberOfMachines;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.maximumNumberOfMachines", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.appservice.VirtualIPMapping> vipMappings;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/VirtualIPMapping;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vipMappings", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner> environmentCapacities;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.environmentCapacities", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.appservice.NetworkAccessControlEntry> networkAccessControlList;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/NetworkAccessControlEntry;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.networkAccessControlList")

  private java.lang.Boolean environmentIsHealthy;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.environmentIsHealthy", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String environmentStatus;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.environmentStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String resourceGroup;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceGroup", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer frontEndScaleFactor;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.frontEndScaleFactor")

  private java.lang.Integer defaultFrontEndScaleFactor;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.defaultFrontEndScaleFactor", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String apiManagementAccountId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.apiManagementAccountId")

  private java.lang.Boolean suspended;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.suspended")

  private java.lang.Boolean dynamicCacheEnabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dynamicCacheEnabled")

  private java.util.List<com.microsoft.azure.management.appservice.NameValuePair> clusterSettings;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/NameValuePair;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.clusterSettings")

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

  private java.lang.Boolean hasLinuxWorkers;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hasLinuxWorkers")

  private java.lang.String sslCertKeyVaultId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sslCertKeyVaultId")

  private java.lang.String sslCertKeyVaultSecretName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sslCertKeyVaultSecretName")

  private java.lang.String kind;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "kind")

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

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withAppServiceEnvironmentResourceName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String appServiceEnvironmentResourceName
         0: .line 305
            aload 0 /* this */
            aload 1 /* appServiceEnvironmentResourceName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.appServiceEnvironmentResourceName:Ljava/lang/String;
         1: .line 306
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String appServiceEnvironmentResourceName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    2     0                               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  appServiceEnvironmentResourceName  Ljava/lang/String;
    MethodParameters:
                                   Name  Flags
      appServiceEnvironmentResourceName  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withAppServiceEnvironmentResourceLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String appServiceEnvironmentResourceLocation
         0: .line 325
            aload 0 /* this */
            aload 1 /* appServiceEnvironmentResourceLocation */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.appServiceEnvironmentResourceLocation:Ljava/lang/String;
         1: .line 326
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String appServiceEnvironmentResourceLocation
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0    2     0                                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  appServiceEnvironmentResourceLocation  Ljava/lang/String;
    MethodParameters:
                                       Name  Flags
      appServiceEnvironmentResourceLocation  

  public com.microsoft.azure.management.appservice.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/appservice/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 335
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.provisioningState:Lcom/microsoft/azure/management/appservice/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.HostingEnvironmentStatus status();
    descriptor: ()Lcom/microsoft/azure/management/appservice/HostingEnvironmentStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 344
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.status:Lcom/microsoft/azure/management/appservice/HostingEnvironmentStatus;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withVnetName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String vnetName
         0: .line 363
            aload 0 /* this */
            aload 1 /* vnetName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.vnetName:Ljava/lang/String;
         1: .line 364
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vnetName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  vnetName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      vnetName  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withVnetResourceGroupName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String vnetResourceGroupName
         0: .line 383
            aload 0 /* this */
            aload 1 /* vnetResourceGroupName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.vnetResourceGroupName:Ljava/lang/String;
         1: .line 384
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vnetResourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  vnetResourceGroupName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      vnetResourceGroupName  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withVnetSubnetName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String vnetSubnetName
         0: .line 403
            aload 0 /* this */
            aload 1 /* vnetSubnetName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.vnetSubnetName:Ljava/lang/String;
         1: .line 404
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vnetSubnetName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  vnetSubnetName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      vnetSubnetName  

  public com.microsoft.azure.management.appservice.VirtualNetworkProfile virtualNetwork();
    descriptor: ()Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 413
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.virtualNetwork:Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withVirtualNetwork(com.microsoft.azure.management.appservice.VirtualNetworkProfile);
    descriptor: (Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // com.microsoft.azure.management.appservice.VirtualNetworkProfile virtualNetwork
         0: .line 423
            aload 0 /* this */
            aload 1 /* virtualNetwork */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.virtualNetwork:Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
         1: .line 424
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.VirtualNetworkProfile virtualNetwork
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  virtualNetwork  Lcom/microsoft/azure/management/appservice/VirtualNetworkProfile;
    MethodParameters:
                Name  Flags
      virtualNetwork  

  public com.microsoft.azure.management.appservice.InternalLoadBalancingMode internalLoadBalancingMode();
    descriptor: ()Lcom/microsoft/azure/management/appservice/InternalLoadBalancingMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 433
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.internalLoadBalancingMode:Lcom/microsoft/azure/management/appservice/InternalLoadBalancingMode;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withInternalLoadBalancingMode(com.microsoft.azure.management.appservice.InternalLoadBalancingMode);
    descriptor: (Lcom/microsoft/azure/management/appservice/InternalLoadBalancingMode;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // com.microsoft.azure.management.appservice.InternalLoadBalancingMode internalLoadBalancingMode
         0: .line 443
            aload 0 /* this */
            aload 1 /* internalLoadBalancingMode */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.internalLoadBalancingMode:Lcom/microsoft/azure/management/appservice/InternalLoadBalancingMode;
         1: .line 444
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.InternalLoadBalancingMode internalLoadBalancingMode
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  internalLoadBalancingMode  Lcom/microsoft/azure/management/appservice/InternalLoadBalancingMode;
    MethodParameters:
                           Name  Flags
      internalLoadBalancingMode  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withMultiSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String multiSize
         0: .line 463
            aload 0 /* this */
            aload 1 /* multiSize */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.multiSize:Ljava/lang/String;
         1: .line 464
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String multiSize
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  multiSize  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      multiSize  

  public java.lang.Integer multiRoleCount();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 473
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.multiRoleCount:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withMultiRoleCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Integer multiRoleCount
         0: .line 483
            aload 0 /* this */
            aload 1 /* multiRoleCount */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.multiRoleCount:Ljava/lang/Integer;
         1: .line 484
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer multiRoleCount
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  multiRoleCount  Ljava/lang/Integer;
    MethodParameters:
                Name  Flags
      multiRoleCount  

  public java.util.List<com.microsoft.azure.management.appservice.WorkerPool> workerPools();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 493
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.workerPools:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/WorkerPool;>;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withWorkerPools(java.util.List<com.microsoft.azure.management.appservice.WorkerPool>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.util.List workerPools
         0: .line 503
            aload 0 /* this */
            aload 1 /* workerPools */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.workerPools:Ljava/util/List;
         1: .line 504
            aload 0 /* this */
            areturn
        end local 1 // java.util.List workerPools
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  workerPools  Ljava/util/List<Lcom/microsoft/azure/management/appservice/WorkerPool;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/WorkerPool;>;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
             Name  Flags
      workerPools  

  public java.lang.Integer ipsslAddressCount();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 513
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.ipsslAddressCount:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withIpsslAddressCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Integer ipsslAddressCount
         0: .line 523
            aload 0 /* this */
            aload 1 /* ipsslAddressCount */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.ipsslAddressCount:Ljava/lang/Integer;
         1: .line 524
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer ipsslAddressCount
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  ipsslAddressCount  Ljava/lang/Integer;
    MethodParameters:
                   Name  Flags
      ipsslAddressCount  

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

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

  public java.lang.Integer upgradeDomains();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 551
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.upgradeDomains:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withDnsSuffix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String dnsSuffix
         0: .line 579
            aload 0 /* this */
            aload 1 /* dnsSuffix */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.dnsSuffix:Ljava/lang/String;
         1: .line 580
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String dnsSuffix
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  dnsSuffix  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      dnsSuffix  

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

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

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

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

  public java.lang.Integer maximumNumberOfMachines();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 625
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.maximumNumberOfMachines:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public java.util.List<com.microsoft.azure.management.appservice.VirtualIPMapping> vipMappings();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 634
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.vipMappings:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/VirtualIPMapping;>;

  public java.util.List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner> environmentCapacities();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 643
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.environmentCapacities:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;>;

  public java.util.List<com.microsoft.azure.management.appservice.NetworkAccessControlEntry> networkAccessControlList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 652
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.networkAccessControlList:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/NetworkAccessControlEntry;>;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withNetworkAccessControlList(java.util.List<com.microsoft.azure.management.appservice.NetworkAccessControlEntry>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.util.List networkAccessControlList
         0: .line 662
            aload 0 /* this */
            aload 1 /* networkAccessControlList */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.networkAccessControlList:Ljava/util/List;
         1: .line 663
            aload 0 /* this */
            areturn
        end local 1 // java.util.List networkAccessControlList
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  networkAccessControlList  Ljava/util/List<Lcom/microsoft/azure/management/appservice/NetworkAccessControlEntry;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/NetworkAccessControlEntry;>;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
                          Name  Flags
      networkAccessControlList  

  public java.lang.Boolean environmentIsHealthy();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 672
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.environmentIsHealthy:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

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

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

  public java.lang.Integer frontEndScaleFactor();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 699
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.frontEndScaleFactor:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withFrontEndScaleFactor(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Integer frontEndScaleFactor
         0: .line 709
            aload 0 /* this */
            aload 1 /* frontEndScaleFactor */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.frontEndScaleFactor:Ljava/lang/Integer;
         1: .line 710
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer frontEndScaleFactor
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  frontEndScaleFactor  Ljava/lang/Integer;
    MethodParameters:
                     Name  Flags
      frontEndScaleFactor  

  public java.lang.Integer defaultFrontEndScaleFactor();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 719
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.defaultFrontEndScaleFactor:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withApiManagementAccountId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String apiManagementAccountId
         0: .line 738
            aload 0 /* this */
            aload 1 /* apiManagementAccountId */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.apiManagementAccountId:Ljava/lang/String;
         1: .line 739
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String apiManagementAccountId
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  apiManagementAccountId  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      apiManagementAccountId  

  public java.lang.Boolean suspended();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 749
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.suspended:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withSuspended(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Boolean suspended
         0: .line 760
            aload 0 /* this */
            aload 1 /* suspended */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.suspended:Ljava/lang/Boolean;
         1: .line 761
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean suspended
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  suspended  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      suspended  

  public java.lang.Boolean dynamicCacheEnabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 771
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.dynamicCacheEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withDynamicCacheEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Boolean dynamicCacheEnabled
         0: .line 782
            aload 0 /* this */
            aload 1 /* dynamicCacheEnabled */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.dynamicCacheEnabled:Ljava/lang/Boolean;
         1: .line 783
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean dynamicCacheEnabled
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  dynamicCacheEnabled  Ljava/lang/Boolean;
    MethodParameters:
                     Name  Flags
      dynamicCacheEnabled  

  public java.util.List<com.microsoft.azure.management.appservice.NameValuePair> clusterSettings();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 792
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.clusterSettings:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/NameValuePair;>;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withClusterSettings(java.util.List<com.microsoft.azure.management.appservice.NameValuePair>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.util.List clusterSettings
         0: .line 802
            aload 0 /* this */
            aload 1 /* clusterSettings */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.clusterSettings:Ljava/util/List;
         1: .line 803
            aload 0 /* this */
            areturn
        end local 1 // java.util.List clusterSettings
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  clusterSettings  Ljava/util/List<Lcom/microsoft/azure/management/appservice/NameValuePair;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/NameValuePair;>;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
                 Name  Flags
      clusterSettings  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withUserWhitelistedIpRanges(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.util.List userWhitelistedIpRanges
         0: .line 822
            aload 0 /* this */
            aload 1 /* userWhitelistedIpRanges */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.userWhitelistedIpRanges:Ljava/util/List;
         1: .line 823
            aload 0 /* this */
            areturn
        end local 1 // java.util.List userWhitelistedIpRanges
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  userWhitelistedIpRanges  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    MethodParameters:
                         Name  Flags
      userWhitelistedIpRanges  

  public java.lang.Boolean hasLinuxWorkers();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
         0: .line 832
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.hasLinuxWorkers:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withHasLinuxWorkers(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.Boolean hasLinuxWorkers
         0: .line 842
            aload 0 /* this */
            aload 1 /* hasLinuxWorkers */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.hasLinuxWorkers:Ljava/lang/Boolean;
         1: .line 843
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean hasLinuxWorkers
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  hasLinuxWorkers  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      hasLinuxWorkers  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withSslCertKeyVaultId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String sslCertKeyVaultId
         0: .line 862
            aload 0 /* this */
            aload 1 /* sslCertKeyVaultId */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.sslCertKeyVaultId:Ljava/lang/String;
         1: .line 863
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sslCertKeyVaultId
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  sslCertKeyVaultId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      sslCertKeyVaultId  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withSslCertKeyVaultSecretName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String sslCertKeyVaultSecretName
         0: .line 882
            aload 0 /* this */
            aload 1 /* sslCertKeyVaultSecretName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.sslCertKeyVaultSecretName:Ljava/lang/String;
         1: .line 883
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sslCertKeyVaultSecretName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  sslCertKeyVaultSecretName  Ljava/lang/String;
    MethodParameters:
                           Name  Flags
      sslCertKeyVaultSecretName  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner withKind(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
        start local 1 // java.lang.String kind
         0: .line 902
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner.kind:Ljava/lang/String;
         1: .line 903
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String kind
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceEnvironmentResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceEnvironmentResourceInner;
            0    2     1  kind  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      kind  
}
SourceFile: "AppServiceEnvironmentResourceInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()