Commitment Plans - List

Gets the commitmentPlans associated with the Cognitive Services account.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans?api-version=2023-05-01

URI Parameters

Name In Required Type Description
accountName
path True

string

The name of Cognitive Services account.

Regex pattern: ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
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

CommitmentPlanListResult

Successfully retrieved commitmentPlans.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Examples

ListCommitmentPlans

Sample request

GET https://management.azure.com/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.CognitiveServices/accounts/accountName/commitmentPlans?api-version=2023-05-01

Sample response

{
  "value": [
    {
      "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.CognitiveServices/accounts/accountName/commitmentPlans/commitmentPlanName",
      "name": "commitmentPlanName",
      "type": "Microsoft.CognitiveServices/accounts/commitmentPlans",
      "properties": {
        "hostingModel": "Web",
        "planType": "Speech2Text",
        "autoRenew": true,
        "current": {
          "tier": "T1"
        }
      }
    }
  ]
}

Definitions

Name Description
CommitmentPeriod

Cognitive Services account commitment period.

CommitmentPlan

Cognitive Services account commitment plan.

CommitmentPlanListResult

The list of cognitive services accounts operation response.

CommitmentPlanProperties

Properties of Cognitive Services account commitment plan.

CommitmentPlanProvisioningState

Gets the status of the resource at the time the operation was called.

CommitmentQuota

Cognitive Services account commitment quota.

createdByType

The type of identity that created the resource.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

HostingModel

Account hosting model.

Sku

The resource model definition representing SKU

SkuTier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

systemData

Metadata pertaining to creation and last modification of the resource.

CommitmentPeriod

Cognitive Services account commitment period.

Name Type Description
count

integer

Commitment period commitment count.

endDate

string

Commitment period end date.

quota

CommitmentQuota

Cognitive Services account commitment quota.

startDate

string

Commitment period start date.

tier

string

Commitment period commitment tier.

CommitmentPlan

Cognitive Services account commitment plan.

Name Type Description
etag

string

Resource Etag.

id

string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

kind

string

The Kind of the resource.

location

string

The geo-location where the resource lives

name

string

The name of the resource

properties

CommitmentPlanProperties

Properties of Cognitive Services account commitment plan.

sku

Sku

The resource model definition representing SKU

systemData

systemData

Metadata pertaining to creation and last modification of the resource.

tags

object

Resource tags.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

CommitmentPlanListResult

The list of cognitive services accounts operation response.

Name Type Description
nextLink

string

The link used to get the next page of CommitmentPlan.

value

CommitmentPlan[]

Gets the list of Cognitive Services accounts CommitmentPlan and their properties.

CommitmentPlanProperties

Properties of Cognitive Services account commitment plan.

Name Type Description
autoRenew

boolean

AutoRenew commitment plan.

commitmentPlanGuid

string

Commitment plan guid.

current

CommitmentPeriod

Cognitive Services account commitment period.

hostingModel

HostingModel

Account hosting model.

last

CommitmentPeriod

Cognitive Services account commitment period.

next

CommitmentPeriod

Cognitive Services account commitment period.

planType

string

Commitment plan type.

provisioningIssues

string[]

The list of ProvisioningIssue.

provisioningState

CommitmentPlanProvisioningState

Gets the status of the resource at the time the operation was called.

CommitmentPlanProvisioningState

Gets the status of the resource at the time the operation was called.

Name Type Description
Accepted

string

Canceled

string

Creating

string

Deleting

string

Failed

string

Moving

string

Succeeded

string

CommitmentQuota

Cognitive Services account commitment quota.

Name Type Description
quantity

integer

Commitment quota quantity.

unit

string

Commitment quota unit.

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

HostingModel

Account hosting model.

Name Type Description
ConnectedContainer

string

DisconnectedContainer

string

ProvisionedWeb

string

Web

string

Sku

The resource model definition representing SKU

Name Type Description
capacity

integer

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

family

string

If the service has different generations of hardware, for the same SKU, then that can be captured here.

name

string

The name of the SKU. Ex - P3. It is typically a letter+number code

size

string

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

tier

SkuTier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

SkuTier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Name Type Description
Basic

string

Enterprise

string

Free

string

Premium

string

Standard

string

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.