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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java