az cognitiveservices account
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
コマンド
名前 | 説明 | 型 | Status |
---|---|---|---|
az cognitiveservices account commitment-plan |
Azure Cognitive Services アカウントのコミットメント 計画を管理します。 |
コア | GA |
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 create |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account delete |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account deployment |
Azure Cognitive Services アカウントのデプロイを管理します。 |
コア | GA |
az cognitiveservices account deployment create |
Azure Cognitive Services アカウントのデプロイを作成します。 |
コア | GA |
az cognitiveservices account deployment delete |
Azure Cognitive Services アカウントからデプロイを削除します。 |
コア | GA |
az cognitiveservices account deployment list |
Azure Cognitive Services アカウントのすべてのデプロイを表示します。 |
コア | GA |
az cognitiveservices account deployment show |
Azure Cognitive Services アカウントのデプロイを表示します。 |
コア | GA |
az cognitiveservices account identity |
Cognitive Services アカウントの ID を管理します。 |
コア | GA |
az cognitiveservices account identity assign |
Cognitive Services アカウントの ID を割り当てます。 |
コア | GA |
az cognitiveservices account identity remove |
Cognitive Services アカウントから ID を削除します。 |
コア | GA |
az cognitiveservices account identity show |
Cognitive Services アカウントの ID を表示します。 |
コア | GA |
az cognitiveservices account keys |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account keys list |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account keys regenerate |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account list |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account list-deleted |
論理的に削除された Azure Cognitive Services アカウントを一覧表示します。 |
コア | GA |
az cognitiveservices account list-kinds |
Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。 |
コア | GA |
az cognitiveservices account list-models |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account list-skus |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account list-usage |
Azure Cognitive Services アカウントの使用状況を一覧表示します。 |
コア | GA |
az cognitiveservices account network-rule |
ネットワーク規則を管理します。 |
コア | GA |
az cognitiveservices account network-rule add |
ネットワーク ルールを追加します。 |
コア | GA |
az cognitiveservices account network-rule list |
ネットワーク ルールを一覧表示します。 |
コア | GA |
az cognitiveservices account network-rule remove |
ネットワーク規則を削除します。 |
コア | GA |
az cognitiveservices account purge |
論理的に削除された Azure Cognitive Services アカウントを消去します。 |
コア | GA |
az cognitiveservices account recover |
論理的に削除された Azure Cognitive Services アカウントを復旧します。 |
コア | GA |
az cognitiveservices account show |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account show-deleted |
論理的に削除された Azure Cognitive Services アカウントを表示します。 |
コア | GA |
az cognitiveservices account update |
Azure Cognitive Services アカウントを管理します。 |
コア | GA |
az cognitiveservices account create
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account create --kind
--location
--name
--resource-group
--sku
[--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 アカウントを管理します。 (自動生成)
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/"
}
}'
必須のパラメーター
Cognitive Services アカウントの API 名です。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
Cognitive Services アカウント/デプロイの SKU の名前。
省略可能のパラメーター
JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。
このアカウントの Azure Active Directory ID を生成して割り当てます。
ユーザーはメインアカウントに割り当てられます。 名前は CNAME ソースです。
このリソースの暗号化プロパティ (JSON 形式)。
JSON 配列形式のこのリソースのストレージ アカウント。
スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。
使用条件の確認を求めないでください。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account delete
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account delete --name
--resource-group
例
アカウントを削除します。
az cognitiveservices account delete --name myresource-luis -g cognitive-services-resource-group
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account list [--resource-group]
例
リソース グループ内のすべての Cognitive Services アカウントを一覧表示します。
az cognitiveservices account list -g MyResourceGroup
省略可能のパラメーター
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list-deleted
論理的に削除された Azure Cognitive Services アカウントを一覧表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account list-deleted
例
サブスクリプション内のすべての Cognitive Services アカウントを一覧表示します。
az cognitiveservices account list-deleted
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list-kinds
Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。
az cognitiveservices account list-kinds
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list-models
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.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 Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list-skus
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account list-skus [--kind]
[--location]
[--name]
[--resource-group]
例
SKU を表示します。
az cognitiveservices account list-skus --kind Face --location westus
省略可能のパラメーター
Cognitive Services アカウントの API 名です。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Services アカウントの名前です。
--name が指定されている場合、--kind と --location は無視されます。 --name が指定されている場合は、--resource-group が必要です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
--resource-group は、--name が指定されている場合に使用されます。 それ以外の場合は無視されます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account list-usage
Azure Cognitive Services アカウントの使用状況を一覧表示します。
az cognitiveservices account list-usage --name
--resource-group
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account purge
論理的に削除された Azure Cognitive Services アカウントを消去します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.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
必須のパラメーター
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account recover
論理的に削除された Azure Cognitive Services アカウントを復旧します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.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
必須のパラメーター
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account show
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.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 Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account show-deleted
論理的に削除された Azure Cognitive Services アカウントを表示します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.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
必須のパラメーター
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az cognitiveservices account update
Azure Cognitive Services アカウントを管理します。
この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。
az cognitiveservices account update --name
--resource-group
[--api-properties]
[--custom-domain]
[--encryption]
[--sku]
[--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 Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。
ユーザーはメインアカウントに割り当てられます。 名前は CNAME ソースです。
このリソースの暗号化プロパティ (JSON 形式)。
Cognitive Services アカウント/デプロイの SKU の名前。
JSON 配列形式のこのリソースのストレージ アカウント。
スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI