Skip to main content

virtual_machine_images_skus

Creates, updates, deletes, gets or lists a virtual_machine_images_skus resource.

Overview

Namevirtual_machine_images_skus
TypeResource
Idazure.compute.virtual_machine_images_skus

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, offer, publisherName, subscriptionIdGets a list of virtual machine image SKUs for the specified location, publisher, and offer.

SELECT examples

Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.

SELECT

FROM azure.compute.virtual_machine_images_skus
WHERE location = '{{ location }}'
AND offer = '{{ offer }}'
AND publisherName = '{{ publisherName }}'
AND subscriptionId = '{{ subscriptionId }}';