| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineDataDisk.UpdateDefinition<ParentT>
The entirety of a data disk definition as part of a virtual machine update.
|
static interface |
VirtualMachineDataDisk.UpdateDefinitionStages.WithStoreAt<ParentT>
The stage of the new data disk configuration allowing to specify location to store the VHD.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.UpdateDefinitionStages.AttachExistingDataDisk.from(String storageAccountName,
String containerName,
String vhdName)
Specifies an existing VHD that needs to be attached to the virtual machine as data disk.
|
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.UpdateDefinitionStages.WithStoreAt.storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach.withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/