commitment_plans_plans_by_subscriptions
Creates, updates, deletes, gets or lists a commitment_plans_plans_by_subscriptions
resource.
Overview
Name | commitment_plans_plans_by_subscriptions |
Type | Resource |
Id | azure.cognitive_services.commitment_plans_plans_by_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
etag | string | Resource Etag. |
kind | string | The kind (type) of cognitive service account. |
location | string | The geo-location where the resource lives |
properties | object | Properties of Cognitive Services account commitment plan. |
sku | object | The resource model definition representing SKU |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Returns all the resources of a particular type belonging to a subscription. |
SELECT
examples
Returns all the resources of a particular type belonging to a subscription.
SELECT
etag,
kind,
location,
properties,
sku,
systemData,
tags
FROM azure.cognitive_services.commitment_plans_plans_by_subscriptions
WHERE subscriptionId = '{{ subscriptionId }}';