Skip to main content

publishers

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

Overview

Namepublishers
TypeResource
Idazure_extras.edge_marketplace.publishers

Fields

NameDatatypeDescription
provisioning_statetextfield from the properties object
publisherNametextfield from the properties object
resourceUritextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTpublisherName, resourceUriGet a Publisher
listSELECTresourceUriList Publisher resources by parent
list_by_subscriptionSELECTsubscriptionIdList Publisher resources in subscription

SELECT examples

List Publisher resources by parent

SELECT
provisioning_state,
publisherName,
resourceUri,
subscriptionId
FROM azure_extras.edge_marketplace.vw_publishers
WHERE resourceUri = '{{ resourceUri }}';