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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.compute.AvailabilitySetUpdate withPlatformUpdateDomainCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
        start local 1 // java.lang.Integer platformUpdateDomainCount
         0: .line 76
            aload 0 /* this */
            aload 1 /* platformUpdateDomainCount */
            putfield com.microsoft.azure.management.compute.AvailabilitySetUpdate.platformUpdateDomainCount:Ljava/lang/Integer;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer platformUpdateDomainCount
        end local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
            0    2     1  platformUpdateDomainCount  Ljava/lang/Integer;
    MethodParameters:
                           Name  Flags
      platformUpdateDomainCount  

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

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

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

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

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

  public com.microsoft.azure.management.compute.AvailabilitySetUpdate withProximityPlacementGroup(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
        start local 1 // com.microsoft.azure.SubResource proximityPlacementGroup
         0: .line 136
            aload 0 /* this */
            aload 1 /* proximityPlacementGroup */
            putfield com.microsoft.azure.management.compute.AvailabilitySetUpdate.proximityPlacementGroup:Lcom/microsoft/azure/SubResource;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource proximityPlacementGroup
        end local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
            0    2     1  proximityPlacementGroup  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                         Name  Flags
      proximityPlacementGroup  

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

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

  public com.microsoft.azure.management.compute.AvailabilitySetUpdate withSku(com.microsoft.azure.management.compute.Sku);
    descriptor: (Lcom/microsoft/azure/management/compute/Sku;)Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
        start local 1 // com.microsoft.azure.management.compute.Sku sku
         0: .line 165
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.compute.AvailabilitySetUpdate.sku:Lcom/microsoft/azure/management/compute/Sku;
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.Sku sku
        end local 0 // com.microsoft.azure.management.compute.AvailabilitySetUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/compute/AvailabilitySetUpdate;
            0    2     1   sku  Lcom/microsoft/azure/management/compute/Sku;
    MethodParameters:
      Name  Flags
      sku   
}
SourceFile: "AvailabilitySetUpdate.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()