az cognitiveservices account commitment-plan
Manage commitment plans for Azure Cognitive Services accounts.
Commands
Name | Description | Type | Status |
---|---|---|---|
az cognitiveservices account commitment-plan create |
Create a commitment plan for Azure Cognitive Services account. |
Core | GA |
az cognitiveservices account commitment-plan delete |
Delete a commitment plan from Azure Cognitive Services account. |
Core | GA |
az cognitiveservices account commitment-plan list |
Show all commitment plans from Azure Cognitive Services account. |
Core | GA |
az cognitiveservices account commitment-plan show |
Show a commitment plan from Azure Cognitive Services account. |
Core | GA |
az cognitiveservices account commitment-plan create
Create a commitment plan for Azure Cognitive Services account.
This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.
az cognitiveservices account commitment-plan create --auto-renew {false, true}
--commitment-plan-name
--hosting-model {ConnectedContainer, DisconnectedContainer, ProvisionedWeb, Web}
--name
--plan-type
--resource-group
[--current-count]
[--current-tier]
[--next-count]
[--next-tier]
Examples
Create a commitment plan for Azure Cognitive Services account.
az cognitiveservices account commitment-plan create -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan" --hosting-model "Web" --plan-type "TA" --auto-renew false --current-tier "T1" --next-tier "T2"
Required Parameters
A boolean indicating whether to apply auto renew.
Cognitive Services account commitment plan name.
Cognitive Services account hosting model.
Cognitive service account name.
Cognitive Services account commitment plan type.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Cognitive Services account commitment plan current commitment period count.
Cognitive Services account commitment plan current commitment period tier.
Cognitive Services account commitment plan next commitment period count.
Cognitive Services account commitment plan next commitment period tier.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cognitiveservices account commitment-plan delete
Delete a commitment plan from Azure Cognitive Services account.
This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.
az cognitiveservices account commitment-plan delete --commitment-plan-name
--name
--resource-group
Examples
Delete a commitment plan from Azure Cognitive Services account.
az cognitiveservices account commitment-plan delete -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"
Required Parameters
Cognitive Services account commitment plan name.
Cognitive service account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cognitiveservices account commitment-plan list
Show all commitment plans from Azure Cognitive Services account.
This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.
az cognitiveservices account commitment-plan list --name
--resource-group
Examples
Show all commitment plans from Azure Cognitive Services account.
az cognitiveservices account commitment-plan list -g yuanyang-test-sdk -n yytest-ta
Required Parameters
Cognitive service account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cognitiveservices account commitment-plan show
Show a commitment plan from Azure Cognitive Services account.
This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.
az cognitiveservices account commitment-plan show --commitment-plan-name
--name
--resource-group
Examples
Show a commitment plan from Azure Cognitive Services account.
az cognitiveservices account commitment-plan show -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"
Required Parameters
Cognitive Services account commitment plan name.
Cognitive service account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.