delegated_providers
Creates, updates, deletes, gets or lists a delegated_providers
resource.
Overview
Name | delegated_providers |
Type | Resource |
Id | azure_stack.subscriptions_admin.delegated_providers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified identifier. |
delegatedProviderSubscriptionId | string | Parent DelegatedProvider subscription identifier. |
displayName | string | Subscription name. |
externalReferenceId | string | External reference identifier. |
offerId | string | Identifier of the offer under the scope of a delegated provider. |
owner | string | Subscription owner. |
routingResourceManagerType | string | Resource manager type. |
state | string | Subscription notification state. |
subscriptionId | string | Subscription identifier. |
tenantId | string | Directory tenant identifier. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | delegatedProvider, subscriptionId | Get the specified delegated provider. |
list | SELECT | subscriptionId | Get 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 }}';