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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java