virtual_machine_images_skus
Creates, updates, deletes, gets or lists a virtual_machine_images_skus
resource.
Overview
Name | virtual_machine_images_skus |
Type | Resource |
Id | azure.compute.virtual_machine_images_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | exec | location , publisherName , offer , subscriptionId | Gets a list of virtual machine image SKUs for the specified location, 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.
Name | Datatype | Description |
---|---|---|
location | string | The name of a supported Azure region. |
offer | string | A valid image publisher offer. |
publisherName | string | A valid image publisher. |
subscriptionId | string | Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- list
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer.
EXEC azure.compute.virtual_machine_images_skus.list
@location='{{ location }}' --required,
@publisherName='{{ publisherName }}' --required,
@offer='{{ offer }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;