MockableComputeSubscriptionResource.GetVirtualMachineImage 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 image.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}
- Operation Id: VirtualMachineImages_Get
- Default Api Version: 2024-07-01
public virtual Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage> GetVirtualMachineImage (Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineImage : Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage>
override this.GetVirtualMachineImage : Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.Models.VirtualMachineImage>
Public Overridable Function GetVirtualMachineImage (location As AzureLocation, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineImage)
Parameters
- location
- AzureLocation
The name of a supported 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 an empty string, and was expected to be non-empty.
publisherName
, offer
, skus
or version
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET