Skip to main content

offers

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

Overview

Nameoffers
TypeResource
Idazure_stack.user_subscriptions.offers

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

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

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get the list of public offers for the root provider.

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