public class com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.compute.ApiEntityReference healthProbe;
    descriptor: Lcom/microsoft/azure/management/compute/ApiEntityReference;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "healthProbe")

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

  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.VirtualMachineScaleSetUpdateNetworkProfile this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkProfile;

  public com.microsoft.azure.management.compute.ApiEntityReference healthProbe();
    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.VirtualMachineScaleSetUpdateNetworkProfile this
         0: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile.healthProbe:Lcom/microsoft/azure/management/compute/ApiEntityReference;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkProfile;

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

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

  public com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(java.util.List<com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkConfiguration>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile this
        start local 1 // java.util.List networkInterfaceConfigurations
         0: .line 69
            aload 0 /* this */
            aload 1 /* networkInterfaceConfigurations */
            putfield com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile.networkInterfaceConfigurations:Ljava/util/List;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // java.util.List networkInterfaceConfigurations
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkProfile;
            0    2     1  networkInterfaceConfigurations  Ljava/util/List<Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkConfiguration;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkConfiguration;>;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSetUpdateNetworkProfile;
    MethodParameters:
                                Name  Flags
      networkInterfaceConfigurations  
}
SourceFile: "VirtualMachineScaleSetUpdateNetworkProfile.java"