Commitment Tiers - List
List Commitment Tiers.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers?api-version=2024-10-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
location
|
path | True |
string |
Resource location. |
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. |
|
Other Status Codes |
Error response describing why the operation failed. |
Examples
ListCommitmentTiers
Sample request
GET https://management.azure.com/subscriptions/subscriptionId/providers/Microsoft.CognitiveServices/locations/location/commitmentTiers?api-version=2024-10-01
Sample response
{
"value": [
{
"kind": "TextAnalytics",
"skuName": "S",
"hostingModel": "Web",
"planType": "TA",
"tier": "T1",
"quota": {
"quantity": 1000000,
"unit": "Transaction"
},
"cost": {}
}
]
}
Definitions
Name | Description |
---|---|
Commitment |
Cognitive Services account commitment cost. |
Commitment |
Cognitive Services account commitment quota. |
Commitment |
Cognitive Services account commitment tier. |
Commitment |
The list of cognitive services accounts operation response. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Hosting |
Account hosting model. |
CommitmentCost
Cognitive Services account commitment cost.
Name | Type | Description |
---|---|---|
commitmentMeterId |
string |
Commitment meter Id. |
overageMeterId |
string |
Overage meter Id. |
CommitmentQuota
Cognitive Services account commitment quota.
Name | Type | Description |
---|---|---|
quantity |
integer |
Commitment quota quantity. |
unit |
string |
Commitment quota unit. |
CommitmentTier
Cognitive Services account commitment tier.
Name | Type | Description |
---|---|---|
cost |
Cognitive Services account commitment cost. |
|
hostingModel |
Account hosting model. |
|
kind |
string |
The Kind of the resource. |
maxCount |
integer |
Commitment period commitment max count. |
planType |
string |
Commitment plan type. |
quota |
Cognitive Services account commitment quota. |
|
skuName |
string |
The name of the SKU. Ex - P3. It is typically a letter+number code |
tier |
string |
Commitment period commitment tier. |
CommitmentTierListResult
The list of cognitive services accounts operation response.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link used to get the next page of CommitmentTier. |
value |
Gets the list of Cognitive Services accounts CommitmentTier and their properties. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
HostingModel
Account hosting model.
Name | Type | Description |
---|---|---|
ConnectedContainer |
string |
|
DisconnectedContainer |
string |
|
ProvisionedWeb |
string |
|
Web |
string |