Skip to main content

offers

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

Overview

Nameoffers
TypeResource
Idazure_extras.edge_marketplace.offers

Fields

NameDatatypeDescription
content_urltextfield from the properties object
content_versiontextfield from the properties object
marketplace_skustextfield from the properties object
offerIdtextfield from the properties object
offer_contenttextfield from the properties object
provisioning_statetextfield from the properties object
resourceUritextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTofferId, resourceUriGet a Offer
listSELECTresourceUriList Offer resources by parent
list_by_subscriptionSELECTsubscriptionIdList Offer resources by subscription
generate_access_tokenEXECofferId, resourceUri, data__edgeMarketPlaceRegionA long-running resource action.

SELECT examples

List Offer resources by parent

SELECT
content_url,
content_version,
marketplace_skus,
offerId,
offer_content,
provisioning_state,
resourceUri,
subscriptionId
FROM azure_extras.edge_marketplace.vw_offers
WHERE resourceUri = '{{ resourceUri }}';