offers
Creates, updates, deletes, gets or lists a offers
resource.
Overview
Name | offers |
Type | Resource |
Id | azure_stack.user_subscriptions.offers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The offer ID |
name | string | The name of the offer. |
description | string | Description of offer. |
displayName | string | Display name of offer. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get 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
;