virtual_machine_images_publishers
Creates, updates, deletes, gets or lists a virtual_machine_images_publishers
resource.
Overview
Name | virtual_machine_images_publishers |
Type | Resource |
Id | azure.compute.virtual_machine_images_publishers |
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, subscriptionId | Gets a list of virtual machine image publishers for the specified Azure location. |
SELECT
examples
Gets a list of virtual machine image publishers for the specified Azure location.
SELECT
FROM azure.compute.virtual_machine_images_publishers
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';