Skip to main content

virtual_machine_images_publishers

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

Overview

Namevirtual_machine_images_publishers
TypeResource
Idazure.compute.virtual_machine_images_publishers

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdGets 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 }}';