Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 © 2019. All rights reserved.