public static interface VirtualMachineCustomImage.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineCustomImage.DefinitionStages.Blank
The first stage of a image definition.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithCreate
The 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 interface |
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings
The stage of an image definition allowing to create the image or add optional data disk images
and configure OS disk settings.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithDataDiskImage
The stage of an image definition allowing to add a data disk image.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithGroup
The stage of the image definition allowing to specify the resource group.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithHyperVGeneration
The stage of the image definition that allows us to choose a hyper V generation.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource
The stage of the image definition allowing to choose an OS source and an OS state for the OS image.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSourceAltVirtualMachineSource
The 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 interface |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings
The 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 interface |
VirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine
The stage of the image definition allowing to choose source virtual machine.
|
static interface |
VirtualMachineCustomImage.DefinitionStages.WithZoneResilient
The stage of an image definition allowing to enable zone resiliency.
|
Copyright © 2019. All rights reserved.