MockableComputeSubscriptionResource.GetVirtualMachineExtensionImage Method

Definition

Gets a virtual machine extension image.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}
  • Operation Id: VirtualMachineExtensionImages_Get
  • Default Api Version: 2024-07-01
  • Resource: VirtualMachineExtensionImageResource
public virtual Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource> GetVirtualMachineExtensionImage (Azure.Core.AzureLocation location, string publisherName, string type, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineExtensionImage : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
override this.GetVirtualMachineExtensionImage : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
Public Overridable Function GetVirtualMachineExtensionImage (location As AzureLocation, publisherName As String, type As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineExtensionImageResource)

Parameters

location
AzureLocation

The name of a supported Azure region.

publisherName
String

The String to use.

type
String

The String to use.

version
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

publisherName, type or version is null.

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

Applies to