public static interface VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for the operating system disk.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOSDiskName(String name)
Specifies the name for the OS disk.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withOSDiskCaching(CachingTypes cachingType)
cachingType - the caching typeVirtualMachineScaleSet.DefinitionStages.WithCreate withOSDiskName(String name)
name - the OS disk nameCopyright © 2019. All rights reserved.