MockableComputeSubscriptionResource.GetVirtualMachineExtensionImageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. : 2025-11-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>> GetVirtualMachineExtensionImageAsync(Azure.Core.AzureLocation location, string publisherName, string type, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineExtensionImageAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>>
override this.GetVirtualMachineExtensionImageAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>>
Public Overridable Function GetVirtualMachineExtensionImageAsync (location As AzureLocation, publisherName As String, type As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineExtensionImageResource))
Parameters
- location
- AzureLocation
The location for the resource.
- publisherName
- String
The publisherName for the resource.
- type
- String
- version
- String
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
type or version is null.
type or version is an empty string, and was expected to be non-empty.