| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk.
|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withLun(Integer lun)
Specifies the logical unit number for the unmanaged data disk.
|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithDiskSource.withNewVhd(int sizeInGB)
specifies that unmanaged disk needs to be created with a new VHD of given size.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/