Skip to main content

delegated_providers

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

Overview

Namedelegated_providers
TypeResource
Idazure_stack.subscriptions_admin.delegated_providers

Fields

NameDatatypeDescription
idstringFully qualified identifier.
delegatedProviderSubscriptionIdstringParent DelegatedProvider subscription identifier.
displayNamestringSubscription name.
externalReferenceIdstringExternal reference identifier.
offerIdstringIdentifier of the offer under the scope of a delegated provider.
ownerstringSubscription owner.
routingResourceManagerTypestringResource manager type.
statestringSubscription notification state.
subscriptionIdstringSubscription identifier.
tenantIdstringDirectory tenant identifier.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdelegatedProvider, subscriptionIdGet the specified delegated provider.
listSELECTsubscriptionIdGet the list of delegatedProviders.

SELECT examples

Get the list of delegatedProviders.

SELECT
id,
delegatedProviderSubscriptionId,
displayName,
externalReferenceId,
offerId,
owner,
routingResourceManagerType,
state,
subscriptionId,
tenantId
FROM azure_stack.subscriptions_admin.delegated_providers
WHERE subscriptionId = '{{ subscriptionId }}';