public interface com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithManagedDataDisk
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithManagedDataDisk
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithApply withNewDataDisk(int);
    descriptor: (I)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSet$UpdateStages$WithApply;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      sizeInGB  

  public abstract com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithApply withNewDataDisk(int, int, com.microsoft.azure.management.compute.CachingTypes);
    descriptor: (IILcom/microsoft/azure/management/compute/CachingTypes;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSet$UpdateStages$WithApply;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      sizeInGB     
      lun          
      cachingType  

  public abstract com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithApply withNewDataDisk(int, int, com.microsoft.azure.management.compute.CachingTypes, com.microsoft.azure.management.compute.StorageAccountTypes);
    descriptor: (IILcom/microsoft/azure/management/compute/CachingTypes;Lcom/microsoft/azure/management/compute/StorageAccountTypes;)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSet$UpdateStages$WithApply;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      sizeInGB            
      lun                 
      cachingType         
      storageAccountType  

  public abstract com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithApply withoutDataDisk(int);
    descriptor: (I)Lcom/microsoft/azure/management/compute/VirtualMachineScaleSet$UpdateStages$WithApply;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      lun   
}
SourceFile: "VirtualMachineScaleSet.java"
NestHost: com.microsoft.azure.management.compute.VirtualMachineScaleSet
InnerClasses:
  public abstract UpdateStages = com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages of com.microsoft.azure.management.compute.VirtualMachineScaleSet
  public abstract WithApply = com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithApply of com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages
  public abstract WithManagedDataDisk = com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages$WithManagedDataDisk of com.microsoft.azure.management.compute.VirtualMachineScaleSet$UpdateStages