public static interface VirtualMachineDataDisk.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineDataDisk.DefinitionStages.AttachExistingDataDisk<ParentT>
The first stage of attaching an existing disk as data disk and configuring it.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.AttachNewDataDisk<ParentT>
The first stage of new data disk configuration.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.Blank<ParentT>
The first stage of a data disk definition.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT>
The final stage of the data disk definition.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.WithDataDisk<ParentT>
The stage allowing to choose configuring new or existing data disk.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.WithStoreAt<ParentT>
The stage of the new data disk configuration allowing to specify location to store the VHD.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/