Skip to main content

delegated_provider_offers

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

Overview

Namedelegated_provider_offers
TypeResource
Idazure_stack.user_subscriptions.delegated_provider_offers

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTdelegatedProviderId, offerNameGet the specified offer for the delegated provider.
listSELECTdelegatedProviderIdGet the list of offers for the specified delegated provider.

SELECT examples

Get the list of offers for the specified delegated provider.

SELECT
id,
name,
description,
displayName
FROM azure_stack.user_subscriptions.delegated_provider_offers
WHERE delegatedProviderId = '{{ delegatedProviderId }}';