次の方法で共有


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 アカウントのコミットメント 計画を管理します。

コア ジョージア 州
az cognitiveservices account commitment-plan create

Azure Cognitive Services アカウントのコミットメント 計画を作成します。

コア ジョージア 州
az cognitiveservices account commitment-plan delete

Azure Cognitive Services アカウントからコミットメント プランを削除します。

コア ジョージア 州
az cognitiveservices account commitment-plan list

Azure Cognitive Services アカウントからのすべてのコミットメント プランを表示します。

コア ジョージア 州
az cognitiveservices account commitment-plan show

Azure Cognitive Services アカウントからのコミットメント プランを表示します。

コア ジョージア 州
az cognitiveservices account create

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account delete

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account deployment

Azure Cognitive Services アカウントのデプロイを管理します。

コア ジョージア 州
az cognitiveservices account deployment create

Azure Cognitive Services アカウントのデプロイを作成します。

コア ジョージア 州
az cognitiveservices account deployment delete

Azure Cognitive Services アカウントからデプロイを削除します。

コア ジョージア 州
az cognitiveservices account deployment list

Azure Cognitive Services アカウントのすべてのデプロイを表示します。

コア ジョージア 州
az cognitiveservices account deployment show

Azure Cognitive Services アカウントのデプロイを表示します。

コア ジョージア 州
az cognitiveservices account identity

Cognitive Services アカウントの ID を管理します。

コア ジョージア 州
az cognitiveservices account identity assign

Cognitive Services アカウントの ID を割り当てます。

コア ジョージア 州
az cognitiveservices account identity remove

Cognitive Services アカウントから ID を削除します。

コア ジョージア 州
az cognitiveservices account identity show

Cognitive Services アカウントの ID を表示します。

コア ジョージア 州
az cognitiveservices account keys

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account keys list

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account keys regenerate

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account list

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account list-deleted

論理的に削除された Azure Cognitive Services アカウントを一覧表示します。

コア ジョージア 州
az cognitiveservices account list-kinds

Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。

コア ジョージア 州
az cognitiveservices account list-models

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account list-skus

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account list-usage

Azure Cognitive Services アカウントの使用状況を一覧表示します。

コア ジョージア 州
az cognitiveservices account network-rule

ネットワーク ルールを管理します。

コア ジョージア 州
az cognitiveservices account network-rule add

ネットワーク ルールを追加します。

コア ジョージア 州
az cognitiveservices account network-rule list

ネットワーク ルールを一覧表示します。

コア ジョージア 州
az cognitiveservices account network-rule remove

ネットワーク ルールを削除します。

コア ジョージア 州
az cognitiveservices account purge

論理的に削除された Azure Cognitive Services アカウントを消去します。

コア ジョージア 州
az cognitiveservices account recover

論理的に削除された Azure Cognitive Services アカウントを復旧します。

コア ジョージア 州
az cognitiveservices account show

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州
az cognitiveservices account show-deleted

論理的に削除された Azure Cognitive Services アカウントを表示します。

コア ジョージア 州
az cognitiveservices account update

Azure Cognitive Services アカウントを管理します。

コア ジョージア 州

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
                                    [--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/"
      }
    }'

必須のパラメーター

--kind

コグニティブ サービス アカウントの API 名。

値の取得元: az cognitiveservices account list-kinds
--location -l

場所。 値の取得場所: az account list-locations. az configure --defaults location=<location>を使用して、既定の場所を構成できます。

--name -n

Cognitive Service アカウント名。

--resource-group -g

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

--sku --sku-name

Cognitive Services アカウント/デプロイの SKU の名前。

値の取得元: az cognitiveservices account list-skus

省略可能のパラメーター

--api-properties

JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。

--assign-identity

このアカウントの Azure Active Directory ID を生成して割り当てます。

規定値: False
--custom-domain

アカウントに割り当てられているユーザー ドメイン。 名前は CNAME ソースです。

--encryption

このリソースの暗号化プロパティ (JSON 形式)。

--storage

JSON 配列形式のこのリソースのストレージ アカウント。

--tags

スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。

--yes

使用条件の確認を求めないでください。

グローバル パラメーター
--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 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

アカウントを削除します。

az cognitiveservices account delete --name myresource-luis -g cognitive-services-resource-group

必須のパラメーター

--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 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

省略可能のパラメーター

--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 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
グローバル パラメーター
--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 list-kinds

Azure Cognitive Services アカウントのすべての有効な種類を一覧表示します。

az cognitiveservices account list-kinds
グローバル パラメーター
--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 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

必須のパラメーター

--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 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]

SKU を表示します。

az cognitiveservices account list-skus --kind Face --location westus

省略可能のパラメーター

--kind

コグニティブ サービス アカウントの API 名。

値の取得元: az cognitiveservices account list-kinds
--location -l

場所。 値の取得場所: az account list-locations. az configure --defaults location=<location>を使用して、既定の場所を構成できます。

--name -n

Cognitive Service アカウント名。

--name が指定されている場合、--kind と --location は無視されます。 --name が指定されている場合は、--resource-group が必要です。

--resource-group -g

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

--resource-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 list-usage

Azure Cognitive Services アカウントの使用状況を一覧表示します。

az cognitiveservices account list-usage --name
                                        --resource-group

必須のパラメーター

--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 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 -l

場所。 値の取得場所: az account list-locations. az configure --defaults location=<location>を使用して、既定の場所を構成できます。

--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 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 -l

場所。 値の取得場所: az account list-locations. az configure --defaults location=<location>を使用して、既定の場所を構成できます。

--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 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

必須のパラメーター

--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 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 -l

場所。 値の取得場所: az account list-locations. az configure --defaults location=<location>を使用して、既定の場所を構成できます。

--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 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]
                                    [--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

必須のパラメーター

--name -n

Cognitive Service アカウント名。

--resource-group -g

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

省略可能のパラメーター

--api-properties

JSON 形式または a=b c=d 形式の API プロパティ。 一部のコグニティブ サービス (QnA Maker) では、アカウントを作成するために追加の API プロパティが必要です。

--custom-domain

アカウントに割り当てられているユーザー ドメイン。 名前は CNAME ソースです。

--encryption

このリソースの暗号化プロパティ (JSON 形式)。

--sku --sku-name

Cognitive Services アカウント/デプロイの SKU の名前。

値の取得元: az cognitiveservices account list-skus
--storage

JSON 配列形式のこのリソースのストレージ アカウント。

--tags

スペース区切りのタグ: key[=value] [key[=value] ...]既存のタグをクリアするには、"" を使用します。

グローバル パラメーター
--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 を使用します。