VirtualMachineScaleSetUpdateOSDisk 类
定义
Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk.
public class VirtualMachineScaleSetUpdateOSDisk
- 继承
-
java.lang.ObjectVirtualMachineScaleSetUpdateOSDisk
方法
caching() |
Get the caching value.
|
image() |
Get the image value.
|
managedDisk() |
Get the managedDisk value.
|
vhdContainers() |
Get the vhdContainers value.
|
withCaching(CachingTypes caching) |
Set the caching value.
|
withImage(VirtualHardDisk image) |
Set the image value.
|
withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) |
Set the managedDisk value.
|
withVhdContainers(List<String> vhdContainers) |
Set the vhdContainers value.
|