MockableComputeSubscriptionResource.GetVirtualMachineImageAsync Method

Definition

Gets a virtual machine image.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}.
  • Operation Id. : VirtualMachineImagesOperationGroup_Get.
  • Default Api Version. : 2025-11-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage>> GetVirtualMachineImageAsync(Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineImageAsync : Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage>>
override this.GetVirtualMachineImageAsync : Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage>>
Public Overridable Function GetVirtualMachineImageAsync (location As AzureLocation, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineImage))

Parameters

location
AzureLocation

The name of the Azure region.

publisherName
String

A valid image publisher.

offer
String

A valid image publisher offer.

skus
String

A valid image SKU.

version
String

A valid image SKU version.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

publisherName, offer, skus or version is null.

publisherName, offer, skus or version is an empty string, and was expected to be non-empty.

Applies to