public static interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.Blank<ParentT>
The first stage of the data disk image definition.
|
static interface |
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach<ParentT>
The final stage of the data disk image definition.
|
static interface |
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskLun<ParentT>
The stage of the image definition allowing to specify the LUN for the disk image.
|
static interface |
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings<ParentT>
The stage of data disk image definition allowing to specify configurations for the data disk when it
is created from the same data disk image.
|
static interface |
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithImageSource<ParentT>
The stage of the image definition allowing to choose the source of the data disk image.
|
Copyright © 2019. All rights reserved.