| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineDataDisk.Definition<ParentT>
The entirety of a data disk definition.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.Blank<ParentT>
The first stage of a data disk definition.
|
static interface |
VirtualMachineDataDisk.DefinitionStages.WithDataDisk<ParentT>
The stage allowing to choose configuring new or existing data disk.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.DefinitionStages.AttachNewDataDisk<VirtualMachine.DefinitionStages.WithCreate> |
VirtualMachine.DefinitionStages.WithDataDisk.defineNewDataDisk(String name)
Specifies a new blank data disk to be attached to the virtual machine 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.
*/