Interface VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged
,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionShared
,VirtualMachineScaleSet.DefinitionStages.WithCreate
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithManagedCreate
,VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
,VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged
,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
The stage of a virtual machine scale set definition allowing to specify OS disk configurations.
-
Method Summary
Modifier and TypeMethodDescriptionwithOSDiskCaching
(CachingTypes cachingType) Specifies the caching type for the operating system disk.withOSDiskName
(String name) Specifies the name for the OS disk.
-
Method Details
-
withOSDiskCaching
Specifies the caching type for the operating system disk.- Parameters:
cachingType
- the caching type- Returns:
- the next stage of the definition
-
withOSDiskName
Specifies the name for the OS disk.- Parameters:
name
- the OS disk name- Returns:
- the next stage of the definition
-