Uses of Class
com.microsoft.azure.management.compute.ImageReference
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageReference in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionKnownLinuxVirtualMachineImage.imageReference()
KnownWindowsVirtualMachineImage.imageReference()
StorageProfile.imageReference()
Get specifies information about the image to use.VirtualMachineImage.imageReference()
VirtualMachineScaleSetStorageProfile.imageReference()
Get specifies information about the image to use.VirtualMachineScaleSetUpdateStorageProfile.imageReference()
Get the image reference.VirtualMachineScaleSetVM.platformImageReference()
UpgradeOperationHistoricalStatusInfoProperties.targetImageReference()
Get image Reference details.Set specifies the offer of the platform image or marketplace image used to create the virtual machine.ImageReference.withPublisher
(String publisher) Set the image publisher.Set the image SKU.ImageReference.withVersion
(String version) Set specifies the version of the platform image or marketplace image used to create the virtual machine.Modifier and TypeMethodDescriptionStorageProfile.withImageReference
(ImageReference imageReference) Set specifies information about the image to use.VirtualMachineScaleSetStorageProfile.withImageReference
(ImageReference imageReference) Set specifies information about the image to use.VirtualMachineScaleSetUpdateStorageProfile.withImageReference
(ImageReference imageReference) Set the image reference.VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion
(ImageReference imageReference) Specifies a version of a market-place Linux image to be used as the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion
(ImageReference imageReference) Specifies the specific version of a market-place Linux image that should be used.VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion
(ImageReference imageReference) Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion
(ImageReference imageReference) Specifies the specific version of a marketplace Windows image needs to be used.