Interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithAttach<ParentT>
- All Known Subinterfaces:
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition<ParentT>
- Enclosing interface:
- VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages
public static interface VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> extends VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithAttach<ParentT>
The stage that allows configure the unmanaged disk based on new VHD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>withCaching(CachingTypes cachingType)Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>withLun(Integer lun)Specifies the logical unit number for the unmanaged data disk.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
-
-
-
Method Detail
-
withLun
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> withLun(Integer lun)
Specifies the logical unit number for the unmanaged data disk.- Parameters:
lun- the logical unit number- Returns:
- the next stage of unmanaged data disk definition
-
withCaching
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk.- Parameters:
cachingType- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'- Returns:
- the next stage of unmanaged data disk definition
-
-