Skip to main content

virtual_machine_images_edge_zone_skus

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

Overview

Namevirtual_machine_images_edge_zone_skus
TypeResource
Idazure.compute.virtual_machine_images_edge_zone_skus

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listexeclocation, edgeZone, publisherName, offer, subscriptionIdGets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
edgeZonestringThe name of the edge zone.
locationstringThe name of a supported Azure region.
offerstringA valid image publisher offer.
publisherNamestringA valid image publisher.
subscriptionIdstringSubscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

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

EXEC azure.compute.virtual_machine_images_edge_zone_skus.list 
@location='{{ location }}' --required,
@edgeZone='{{ edgeZone }}' --required,
@publisherName='{{ publisherName }}' --required,
@offer='{{ offer }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;