Interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages
-
- Enclosing interface:
- VirtualMachineCustomImage.CustomImageDataDisk
public static interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStagesGrouping of data disk image definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.Blank<ParentT>The first stage of the data disk image definition.static interfaceVirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach<ParentT>The final stage of the data disk image definition.static interfaceVirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskLun<ParentT>The stage of the image definition allowing to specify the LUN for the disk image.static interfaceVirtualMachineCustomImage.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 interfaceVirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithImageSource<ParentT>The stage of the image definition allowing to choose the source of the data disk image.
-