| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineDataDisk.Definition<ParentT>
The entirety of a data disk definition.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.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.DefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.DefinitionStages.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.DefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.DefinitionStages.WithStoreAt.storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.DefinitionStages.WithAttach.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.DefinitionStages.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.
*/