| 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.Blank<ParentT>
The first stage of a data disk definition.
|
static interface |
VirtualMachineDataDisk.UpdateDefinitionStages.WithDataDisk<ParentT>
The stage allowing to choose configuring new or existing data disk.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.UpdateDefinitionStages.AttachExistingDataDisk<VirtualMachine.Update> |
VirtualMachine.UpdateStages.WithDataDisk.defineExistingDataDisk(String name)
Specifies an existing VHD that needs to be attached to the virtual machine as data disk along with
it's configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/