MockableComputeSubscriptionResource.GetVirtualMachineExtensionImage 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 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.
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET