Interface VirtualMachineUnmanagedDataDisk.DefinitionStages
-
- Enclosing interface:
- VirtualMachineUnmanagedDataDisk
public static interface VirtualMachineUnmanagedDataDisk.DefinitionStagesGrouping of data disk definition stages applicable as part of a virtual machine creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<ParentT>The first stage of a data disk definition.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>The final stage of the data disk definition.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>The stage of the data disk definition allowing to choose the source.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>The stage that allows configure the disk based on an image.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>The stage that allows configure the disk based on new VHD.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>The stage that allows configure the disk based on existing VHD.
-