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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.lang.String name
         0: .line 97
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.name:Ljava/lang/String;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.compute.ApiEntityReference subnet();
    descriptor: ()Lcom/microsoft/azure/management/compute/ApiEntityReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.subnet:Lcom/microsoft/azure/management/compute/ApiEntityReference;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;

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

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withPrimary(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.lang.Boolean primary
         0: .line 137
            aload 0 /* this */
            aload 1 /* primary */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.primary:Ljava/lang/Boolean;
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean primary
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  primary  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      primary  

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
         0: .line 147
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.publicIPAddressConfiguration:Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withPublicIPAddressConfiguration(com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration);
    descriptor: (Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration
         0: .line 157
            aload 0 /* this */
            aload 1 /* publicIPAddressConfiguration */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.publicIPAddressConfiguration:Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration;
         1: .line 158
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  publicIPAddressConfiguration  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdatePublicIPAddressConfiguration;
    MethodParameters:
                              Name  Flags
      publicIPAddressConfiguration  

  public com.microsoft.azure.management.compute.IPVersion privateIPAddressVersion();
    descriptor: ()Lcom/microsoft/azure/management/compute/IPVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
         0: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.privateIPAddressVersion:Lcom/microsoft/azure/management/compute/IPVersion;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withPrivateIPAddressVersion(com.microsoft.azure.management.compute.IPVersion);
    descriptor: (Lcom/microsoft/azure/management/compute/IPVersion;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // com.microsoft.azure.management.compute.IPVersion privateIPAddressVersion
         0: .line 177
            aload 0 /* this */
            aload 1 /* privateIPAddressVersion */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.privateIPAddressVersion:Lcom/microsoft/azure/management/compute/IPVersion;
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.IPVersion privateIPAddressVersion
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  privateIPAddressVersion  Lcom/microsoft/azure/management/compute/IPVersion;
    MethodParameters:
                         Name  Flags
      privateIPAddressVersion  

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withApplicationGatewayBackendAddressPools(java.util.List<com.microsoft.azure.SubResource>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.util.List applicationGatewayBackendAddressPools
         0: .line 197
            aload 0 /* this */
            aload 1 /* applicationGatewayBackendAddressPools */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.applicationGatewayBackendAddressPools:Ljava/util/List;
         1: .line 198
            aload 0 /* this */
            areturn
        end local 1 // java.util.List applicationGatewayBackendAddressPools
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0    2     0                                   this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  applicationGatewayBackendAddressPools  Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/SubResource;>;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    MethodParameters:
                                       Name  Flags
      applicationGatewayBackendAddressPools  

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withApplicationSecurityGroups(java.util.List<com.microsoft.azure.SubResource>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.util.List applicationSecurityGroups
         0: .line 217
            aload 0 /* this */
            aload 1 /* applicationSecurityGroups */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.applicationSecurityGroups:Ljava/util/List;
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // java.util.List applicationSecurityGroups
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  applicationSecurityGroups  Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/SubResource;>;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    MethodParameters:
                           Name  Flags
      applicationSecurityGroups  

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withLoadBalancerBackendAddressPools(java.util.List<com.microsoft.azure.SubResource>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.util.List loadBalancerBackendAddressPools
         0: .line 237
            aload 0 /* this */
            aload 1 /* loadBalancerBackendAddressPools */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.loadBalancerBackendAddressPools:Ljava/util/List;
         1: .line 238
            aload 0 /* this */
            areturn
        end local 1 // java.util.List loadBalancerBackendAddressPools
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    2     0                             this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  loadBalancerBackendAddressPools  Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/SubResource;>;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    MethodParameters:
                                 Name  Flags
      loadBalancerBackendAddressPools  

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration withLoadBalancerInboundNatPools(java.util.List<com.microsoft.azure.SubResource>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
        start local 1 // java.util.List loadBalancerInboundNatPools
         0: .line 257
            aload 0 /* this */
            aload 1 /* loadBalancerInboundNatPools */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration.loadBalancerInboundNatPools:Ljava/util/List;
         1: .line 258
            aload 0 /* this */
            areturn
        end local 1 // java.util.List loadBalancerInboundNatPools
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
            0    2     1  loadBalancerInboundNatPools  Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/SubResource;>;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateIPConfiguration;
    MethodParameters:
                             Name  Flags
      loadBalancerInboundNatPools  
}
SourceFile: "VirtualMachineScaleSetUpdateIPConfiguration.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()