| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource.withNewVhd(int sizeInGB)
specifies that 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.
*/