| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineCustomImage.Definition
The entirety of the image definition.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineCustomImage.DefinitionStages.WithCreate |
VirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine.fromVirtualMachine(String virtualMachineId)
Uses the virtual machine's OS disk and data disks as the source for OS disk image and
data disk images of this image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreate |
VirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine.fromVirtualMachine(VirtualMachine virtualMachine)
Uses the virtual machine's OS and data disks as the sources for OS disk image and data
disk images of this image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreate |
VirtualMachineCustomImage.DefinitionStages.WithZoneResilient.withZoneResilient()
Specifies that zone resiliency should be enabled for the image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/