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.subscriptions_admin.delegated_provider_offers

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
descriptiontextfield from the properties object
accessibility_statetextfield from the properties object
delegatedProviderSubscriptionIdtextfield from the properties object
delegated_offer_idtextfield from the properties object
display_nametextfield from the properties object
external_reference_idtextfield from the properties object
locationtextLocation of the resource
offertextfield from the properties object
subscriptionIdtextfield from the properties object
subscription_counttextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdelegatedProviderSubscriptionId, offer, subscriptionIdGet the specified delegated provider offer.
listSELECTdelegatedProviderSubscriptionId, subscriptionIdGet the list of delegated provider offers.

SELECT examples

Get the list of delegated provider offers.

SELECT
id,
name,
description,
accessibility_state,
delegatedProviderSubscriptionId,
delegated_offer_id,
display_name,
external_reference_id,
location,
offer,
subscriptionId,
subscription_count,
tags,
type
FROM azure_stack.subscriptions_admin.vw_delegated_provider_offers
WHERE delegatedProviderSubscriptionId = '{{ delegatedProviderSubscriptionId }}'
AND subscriptionId = '{{ subscriptionId }}';