次の方法で共有


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"

必須のパラメーター

--auto-renew

自動更新を適用するかどうかを示すブール値。

指定可能な値: false, true
--commitment-plan-name

Cognitive Services アカウント コミットメント プラン名。

--hosting-model

Cognitive Services アカウント ホスティング モデル。

指定可能な値: ConnectedContainer, DisconnectedContainer, ProvisionedWeb, Web
--name -n

Cognitive Service アカウント名。

--plan-type

Cognitive Services アカウントコミットメント プランの種類。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

省略可能のパラメーター

--current-count

Cognitive Services アカウント コミットメント プランの現在のコミットメント期間の数。

--current-tier

Cognitive Services アカウント コミットメント プランの現在のコミットメント期間レベル。

--next-count

Cognitive Services アカウント コミットメント プランの次のコミットメント期間数。

--next-tier

Cognitive Services アカウント コミットメント プランの次のコミットメント期間レベル。

グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

--output -o

出力フォーマット。

指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
規定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --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"

必須のパラメーター

--commitment-plan-name

Cognitive Services アカウント コミットメント プラン名。

--name -n

Cognitive Service アカウント名。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

--output -o

出力フォーマット。

指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
規定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --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

必須のパラメーター

--name -n

Cognitive Service アカウント名。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

--output -o

出力フォーマット。

指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
規定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --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"

必須のパラメーター

--commitment-plan-name

Cognitive Services アカウント コミットメント プラン名。

--name -n

Cognitive Service アカウント名。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

--output -o

出力フォーマット。

指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
規定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。