virtual_machine_images_offers
Creates, updates, deletes, gets or lists a virtual_machine_images_offers
resource.
Overview
Name | virtual_machine_images_offers |
Type | Resource |
Id | azure.compute.virtual_machine_images_offers |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, publisherName, subscriptionId | Gets a list of virtual machine image offers for the specified location and publisher. |
SELECT
examples
Gets a list of virtual machine image offers for the specified location and publisher.
SELECT
FROM azure.compute.virtual_machine_images_offers
WHERE location = '{{ location }}'
AND publisherName = '{{ publisherName }}'
AND subscriptionId = '{{ subscriptionId }}';