你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings Interface
public interface WithOSDiskSettings
The stage of a virtual machine scale set definition allowing to specify OS disk configurations.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for the operating system disk. |
Virtual |
withOSDiskName(String name)
Specifies the name for the OS disk. |
Method Details
withOSDiskCaching
public WithCreate withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for the operating system disk.
Parameters:
cachingType
- the caching type
Returns:
the next stage of the definition
withOSDiskName
public WithCreate withOSDiskName(String name)
Specifies the name for the OS disk.
Parameters:
name
- the OS disk name
Returns:
the next stage of the definition