Interface VirtualMachineCustomImage.DefinitionStages
-
- Enclosing interface:
- VirtualMachineCustomImage
public static interface VirtualMachineCustomImage.DefinitionStagesGrouping of image definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualMachineCustomImage.DefinitionStages.BlankThe first stage of a image definition.static interfaceVirtualMachineCustomImage.DefinitionStages.WithCreateThe stage of an image definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.static interfaceVirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsThe stage of an image definition allowing to create the image or add optional data disk images and configure OS disk settings.static interfaceVirtualMachineCustomImage.DefinitionStages.WithDataDiskImageThe stage of an image definition allowing to add a data disk image.static interfaceVirtualMachineCustomImage.DefinitionStages.WithGroupThe stage of the image definition allowing to specify the resource group.static interfaceVirtualMachineCustomImage.DefinitionStages.WithHyperVGenerationThe stage of the image definition that allows us to choose a hyper V generation.static interfaceVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSourceThe stage of the image definition allowing to choose an OS source and an OS state for the OS image.static interfaceVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSourceAltVirtualMachineSourceThe stage of the image definition that allows choosing between using a virtual machine as the source for OS and the data disk images or beginning an OS disk image definition.static interfaceVirtualMachineCustomImage.DefinitionStages.WithOSDiskSettingsThe stage of an image definition allowing to specify configurations for the OS disk when it is created from the image's OS disk image.static interfaceVirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachineThe stage of the image definition allowing to choose source virtual machine.static interfaceVirtualMachineCustomImage.DefinitionStages.WithZoneResilientThe stage of an image definition allowing to enable zone resiliency.
-