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.
|
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/