ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> extends VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk.
|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
withLun(Integer lun)
Specifies the logical unit number for the unmanaged data disk.
|
attach
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withLun(Integer lun)
lun
- the logical unit numberVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withCaching(CachingTypes cachingType)
cachingType
- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'Copyright © 2019. All rights reserved.