commitment_plans_plans_by_resource_groups
Creates, updates, deletes, gets or lists a commitment_plans_plans_by_resource_groups
resource.
Overview
Name | commitment_plans_plans_by_resource_groups |
Type | Resource |
Id | azure.cognitive_services.commitment_plans_plans_by_resource_groups |
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 | resourceGroupName, subscriptionId | Returns all the resources of a particular type belonging to a resource group |
SELECT
examples
Returns all the resources of a particular type belonging to a resource group
SELECT
etag,
kind,
location,
properties,
sku,
systemData,
tags
FROM azure.cognitive_services.commitment_plans_plans_by_resource_groups
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';