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://learn.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 Service アカウント名。
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://learn.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 Service アカウント名。
リソース グループの名前。
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://learn.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 Service アカウント名。
リソース グループの名前。
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://learn.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 Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
Azure CLI