Skip to main content

commitment_plans_plans_by_subscriptions

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

Overview

Namecommitment_plans_plans_by_subscriptions
TypeResource
Idazure.cognitive_services.commitment_plans_plans_by_subscriptions

Fields

NameDatatypeDescription
etagstringResource Etag.
kindstringThe kind (type) of cognitive service account.
locationstringThe geo-location where the resource lives
propertiesobjectProperties of Cognitive Services account commitment plan.
skuobjectThe resource model definition representing SKU
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdReturns 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 }}';