VirtualMachineScaleSetUnmanagedDataDisk.Update Interface
public interface Update extends VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskSize,VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskLun,VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskCaching,Settable<VirtualMachineScaleSet.Update>
The entirety of a unmanaged data disk update as part of a virtual machine scale set update.
Inherited Members
Settable<ParentT>.parent()
VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType)
VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskLun.withLun(Integer lun)
VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskSize.withSizeInGB(Integer sizeInGB)
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java