az cognitiveservices account
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az cognitiveservices account commitment-plan |
Azure Cognitive Services アカウントのコミットメント 計画を管理します。 |
Core | GA |
az cognitiveservices account commitment-plan create |
Azure Cognitive Services アカウントのコミットメント 計画を作成します。 |
Core | GA |
az cognitiveservices account commitment-plan delete |
Azure Cognitive Services アカウントからコミットメント プランを削除します。 |
Core | GA |
az cognitiveservices account commitment-plan list |
Azure Cognitive Services アカウントからのすべてのコミットメント プランを表示します。 |
Core | GA |
az cognitiveservices account commitment-plan show |
Azure Cognitive Services アカウントからのコミットメント プランを表示します。 |
Core | GA |
az cognitiveservices account create |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account delete |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account deployment |
Azure Cognitive Services アカウントのデプロイを管理します。 |
Core | GA |
az cognitiveservices account deployment create |
Azure Cognitive Services アカウントのデプロイを作成します。 |
Core | GA |
az cognitiveservices account deployment delete |
Azure Cognitive Services アカウントからデプロイを削除します。 |
Core | GA |
az cognitiveservices account deployment list |
Azure Cognitive Services アカウントのすべてのデプロイを表示します。 |
Core | GA |
az cognitiveservices account deployment show |
Azure Cognitive Services アカウントのデプロイを表示します。 |
Core | GA |
az cognitiveservices account identity |
Cognitive Services アカウントの ID を管理します。 |
Core | GA |
az cognitiveservices account identity assign |
Cognitive Services アカウントの ID を割り当てます。 |
Core | GA |
az cognitiveservices account identity remove |
Cognitive Services アカウントから ID を削除します。 |
Core | GA |
az cognitiveservices account identity show |
Cognitive Services アカウントの ID を表示します。 |
Core | GA |
az cognitiveservices account keys |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account keys list |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account keys regenerate |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account list |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account list-deleted |
論理的に削除された Azure Cognitive Services アカウントを一覧表示します。 |
Core | GA |
az cognitiveservices account list-kinds |
Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。 |
Core | GA |
az cognitiveservices account list-models |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account list-skus |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account list-usage |
Azure Cognitive Services アカウントの使用状況を一覧表示します。 |
Core | GA |
az cognitiveservices account network-rule |
ネットワーク ルールを管理します。 |
Core | GA |
az cognitiveservices account network-rule add |
ネットワーク ルールを追加します。 |
Core | GA |
az cognitiveservices account network-rule list |
ネットワーク ルールを一覧表示します。 |
Core | GA |
az cognitiveservices account network-rule remove |
ネットワーク ルールを削除します。 |
Core | GA |
az cognitiveservices account purge |
論理的に削除された Azure Cognitive Services アカウントを消去します。 |
Core | GA |
az cognitiveservices account recover |
論理的に削除された Azure Cognitive Services アカウントを復旧します。 |
Core | GA |
az cognitiveservices account show |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account show-deleted |
論理的に削除された Azure Cognitive Services アカウントを表示します。 |
Core | GA |
az cognitiveservices account update |
Azure Cognitive Services アカウントを管理します。 |
Core | GA |
az cognitiveservices account create
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account create --kind
--location
--name
--resource-group
--sku --sku-name
[--api-properties]
[--assign-identity]
[--custom-domain]
[--encryption]
[--storage]
[--tags]
[--yes]
例
確認を必要とせずに、西ヨーロッパで S0 face API Cognitive Services アカウントを作成します。
az cognitiveservices account create -n myresource -g myResourceGroup --kind Face --sku S0 -l WestEurope --yes
Azure Cognitive Services アカウントを管理します。 (autogenerated)
az cognitiveservices account create --kind Face --location WestEurope --name myresource --resource-group myResourceGroup --sku S0 --subscription MySubscription --yes
確認を必要とせずに西ヨーロッパで Text Analytics Cognitive Services アカウントを作成し、顧客所有のストレージを使用します。
az cognitiveservices account create -n myresource -g myResourceGroup --assign-identity --kind TextAnalytics --sku S -l WestEurope --yes
--storage '[
{
"resourceId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount"
}
]'
確認が必要で、ユーザーがカスタマー マネージド暗号化を行わずに、西ヨーロッパで Text Analytics Cognitive Services アカウントを作成します。
az cognitiveservices account create -n myresource -g myResourceGroup --assign-identity --kind TextAnalytics --sku S -l WestEurope --yes
--encryption '{
"keySource": "Microsoft.KeyVault",
"keyVaultProperties": {
"keyName": "KeyName",
"keyVersion": "secretVersion",
"keyVaultUri": "https://issue23056kv.vault.azure.net/"
}
}'
必須のパラメーター
コグニティブ サービス アカウントの API 名。
プロパティ | 値 |
---|---|
値の取得元: | az cognitiveservices account list-kinds |
Location. 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
Cognitive Services アカウント/デプロイの SKU の名前。
プロパティ | 値 |
---|---|
値の取得元: | az cognitiveservices account list-skus |
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。
このアカウントの Azure Active Directory ID を生成して割り当てます。
プロパティ | 値 |
---|---|
規定値: | False |
アカウントに割り当てられているユーザー ドメイン。 名前は CNAME ソースです。
このリソースの暗号化プロパティ (JSON 形式)。
JSON 配列形式のこのリソースのストレージ アカウント。
スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。
使用条件の確認を求めないでください。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account delete
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account delete --name
--resource-group
例
Delete account.
az cognitiveservices account delete --name myresource-luis -g cognitive-services-resource-group
必須のパラメーター
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account list [--resource-group]
例
リソース グループ内のすべての Cognitive Services アカウントを一覧表示します。
az cognitiveservices account list -g MyResourceGroup
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list-deleted
論理的に削除された Azure Cognitive Services アカウントを一覧表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account list-deleted
例
サブスクリプション内のすべての Cognitive Services アカウントを一覧表示します。
az cognitiveservices account list-deleted
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list-kinds
Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。
az cognitiveservices account list-kinds
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list-models
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account list-models --name
--resource-group
例
Cognitive Services アカウントで使用できるモデルを一覧表示します。
az cognitiveservices account list-models -n myresource -g cognitive-services-resource-group
必須のパラメーター
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list-skus
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account list-skus [--kind]
[--location]
[--name]
[--resource-group]
例
Show SKUs.
az cognitiveservices account list-skus --kind Face --location westus
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
コグニティブ サービス アカウントの API 名。
プロパティ | 値 |
---|---|
値の取得元: | az cognitiveservices account list-kinds |
Location. 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Service アカウント名。
--name が指定されている場合、--kind と --location は無視されます。 --name が指定されている場合は、--resource-group が必要です。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
--resource-group は、--name が指定されている場合に使用されます。 それ以外の場合は無視されます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account list-usage
Azure Cognitive Services アカウントの使用状況を一覧表示します。
az cognitiveservices account list-usage --name
--resource-group
必須のパラメーター
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account purge
論理的に削除された Azure Cognitive Services アカウントを消去します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account purge --location
--name
--resource-group
例
論理的に削除された Azure Cognitive Services アカウントを消去します。
az cognitiveservices account purge --location eastus --resource-group cognitive-services-resource-group --name cognitive-services-account-name
必須のパラメーター
Location. 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account recover
論理的に削除された Azure Cognitive Services アカウントを復旧します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account recover --location
--name
--resource-group
例
論理的に削除された Azure Cognitive Services アカウントを復旧します。
az cognitiveservices account recover --location eastus --resource-group cognitive-services-resource-group --name cognitive-services-account-name
必須のパラメーター
Location. 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account show
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account show --name
--resource-group
例
アカウント情報を表示します。
az cognitiveservices account show --name myresource --resource-group cognitive-services-resource-group
必須のパラメーター
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account show-deleted
論理的に削除された Azure Cognitive Services アカウントを表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account show-deleted --location
--name
--resource-group
例
論理的に削除された Azure Cognitive Services アカウントを表示します。
az cognitiveservices account show-deleted --location eastus --resource-group cognitive-services-resource-group --name cognitive-services-account-name
必須のパラメーター
Location. 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az cognitiveservices account update
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、 https://learn.microsoft.com/azure/cognitive-services/ のドキュメントを参照してください。
az cognitiveservices account update --name
--resource-group
[--api-properties]
[--custom-domain]
[--encryption]
[--sku --sku-name]
[--storage]
[--tags]
例
SKU とタグを更新します。
az cognitiveservices account update --name myresource -g cognitive-services-resource-group --sku S0 --tags external-app=chatbot-HR azure-web-app-bot=HR-external azure-app-service=HR-external-app-service
必須のパラメーター
Cognitive Service アカウント名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。
アカウントに割り当てられているユーザー ドメイン。 名前は CNAME ソースです。
このリソースの暗号化プロパティ (JSON 形式)。
Cognitive Services アカウント/デプロイの SKU の名前。
プロパティ | 値 |
---|---|
値の取得元: | az cognitiveservices account list-skus |
JSON 配列形式のこのリソースのストレージ アカウント。
スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |