Skip to main content

offers

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

Overview

Nameoffers
TypeResource
Idazure_stack.user_subscriptions.offers

Fields

NameDatatypeDescription
idstringThe offer ID
namestringThe name of the offer.
descriptionstringDescription of offer.
displayNamestringDisplay name of offer.

Methods

NameAccessible byRequired ParamsDescription
listSELECTGet the list of public offers for the root provider.

SELECT examples

Get the list of public offers for the root provider.

SELECT
id,
name,
description,
displayName
FROM azure_stack.user_subscriptions.offers
;