| Modifier and Type | Method and Description |
|---|---|
VirtualMachineCustomImage |
VirtualMachineScaleSetVM.getOSCustomImage() |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineCustomImage image)
Specifies a custom image containing an operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineCustomImage image)
Specifies a custom image containing the operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(VirtualMachineCustomImage image,
int diskLun)
Specifies a custom image containing a source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineCustomImage image,
int diskLun)
Specifies a custom image containing a source data disk image.
|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithSource.withSourceCustomImage(VirtualMachineCustomImage customImage)
Specifies that the provided custom image needs to be used as source of the image version.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/