Uses of Class
com.azure.resourcemanager.compute.models.ImageReference
-
Packages that use ImageReference Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ImageReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageReference Modifier and Type Method Description ImageReferenceKnownLinuxVirtualMachineImage. imageReference()ImageReferenceKnownWindowsVirtualMachineImage. imageReference()ImageReferenceStorageProfile. imageReference()Get the imageReference property: Specifies information about the image to use.ImageReferenceVirtualMachineImage. imageReference()ImageReferenceVirtualMachineScaleSetStorageProfile. imageReference()Get the imageReference property: Specifies information about the image to use.ImageReferenceVirtualMachineScaleSetUpdateStorageProfile. imageReference()Get the imageReference property: The image reference.ImageReferenceVirtualMachineScaleSetVM. platformImageReference()ImageReferenceUpgradeOperationHistoricalStatusInfoProperties. targetImageReference()Get the targetImageReference property: Image Reference details.ImageReferenceImageReference. withCommunityGalleryImageId(String communityGalleryImageId)Set the communityGalleryImageId property: Specified the community gallery image unique id for vm deployment.ImageReferenceImageReference. withId(String id)ImageReferenceImageReference. withOffer(String offer)Set the offer property: Specifies the offer of the platform image or marketplace image used to create the virtual machine.ImageReferenceImageReference. withPublisher(String publisher)Set the publisher property: The image publisher.ImageReferenceImageReference. withSharedGalleryImageId(String sharedGalleryImageId)Set the sharedGalleryImageId property: Specified the shared gallery image unique id for vm deployment.ImageReferenceImageReference. withSku(String sku)Set the sku property: The image SKU.ImageReferenceImageReference. withVersion(String version)Set the version property: Specifies the version of the platform image or marketplace image used to create the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageReference Modifier and Type Method Description StorageProfileStorageProfile. withImageReference(ImageReference imageReference)Set the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetStorageProfileVirtualMachineScaleSetStorageProfile. withImageReference(ImageReference imageReference)Set the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetUpdateStorageProfileVirtualMachineScaleSetUpdateStorageProfile. withImageReference(ImageReference imageReference)Set the imageReference property: The image reference.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachine.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.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withSpecificLinuxImageVersion(ImageReference imageReference)Specifies the specific version of a market-place Linux image that should be used.VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withSpecificWindowsImageVersion(ImageReference imageReference)Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withSpecificWindowsImageVersion(ImageReference imageReference)Specifies the specific version of a marketplace Windows image needs to be used.
-