az cognitiveservices account commitment-plan
Azure Cognitive Services アカウントのコミットメント 計画を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az cognitiveservices account commitment-plan create |
Azure Cognitive Services アカウントのコミットメント 計画を作成します。 |
コア | GA |
az cognitiveservices account commitment-plan delete |
Azure Cognitive Services アカウントからコミットメント プランを削除します。 |
コア | GA |
az cognitiveservices account commitment-plan list |
Azure Cognitive Services アカウントからのすべてのコミットメント プランを表示します。 |
コア | GA |
az cognitiveservices account commitment-plan show |
Azure Cognitive Services アカウントからのコミットメント プランを表示します。 |
コア | GA |
az cognitiveservices account commitment-plan create
Azure Cognitive Services アカウントのコミットメント 計画を作成します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
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]
例
Azure Cognitive Services アカウントのコミットメント 計画を作成します。
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"
必須のパラメーター
自動更新を適用するかどうかを示すブール値。
Cognitive Services アカウント コミットメント プラン名。
Cognitive Services アカウント ホスティング モデル。
Cognitive Services アカウントの名前です。
Cognitive Services アカウントコミットメント プランの種類。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
Cognitive Services アカウント コミットメント プランの現在のコミットメント期間の数。
Cognitive Services アカウント コミットメント プランの現在のコミットメント期間レベル。
Cognitive Services アカウント コミットメント プランの次のコミットメント期間数。
Cognitive Services アカウント コミットメント プランの次のコミットメント期間レベル。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account commitment-plan delete
Azure Cognitive Services アカウントからコミットメント プランを削除します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account commitment-plan delete --commitment-plan-name
--name
--resource-group
例
Azure Cognitive Services アカウントからコミットメント プランを削除します。
az cognitiveservices account commitment-plan delete -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"
必須のパラメーター
Cognitive Services アカウント コミットメント プラン名。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account commitment-plan list
Azure Cognitive Services アカウントからのすべてのコミットメント プランを表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account commitment-plan list --name
--resource-group
例
Azure Cognitive Services アカウントからのすべてのコミットメント プランを表示します。
az cognitiveservices account commitment-plan list -g yuanyang-test-sdk -n yytest-ta
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account commitment-plan show
Azure Cognitive Services アカウントからのコミットメント プランを表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account commitment-plan show --commitment-plan-name
--name
--resource-group
例
Azure Cognitive Services アカウントからのコミットメント プランを表示します。
az cognitiveservices account commitment-plan show -g yuanyang-test-sdk -n yytest-ta --commitment-plan-name "plan"
必須のパラメーター
Cognitive Services アカウント コミットメント プラン名。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI