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: 2024-07-01
- Resource: VirtualMachineExtensionImageResource
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 name of a supported Azure region.
- 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.