次の方法で共有


az purview default-account

Note

このリファレンスは、Azure CLI (バージョン 2.15.0 以降) の purview 拡張機能の一部です。 拡張機能は、az purview default-account コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。

コマンド グループ 'purview' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

purview を使用して既定のアカウントを管理します。

コマンド

名前 説明 Status
az purview default-account remove

スコープから既定のアカウントを削除します。

拡張 プレビュー
az purview default-account set

スコープの既定のアカウントを設定します。

拡張 プレビュー
az purview default-account show

スコープの既定のアカウントを取得します。

拡張 プレビュー

az purview default-account remove

プレビュー

コマンド グループ 'purview' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

スコープから既定のアカウントを削除します。

az purview default-account remove --scope-tenant-id
                                  --scope-type {Subscription, Tenant}
                                  [--scope]

DefaultAccounts_Remove

az purview default-account remove --scope "12345678-1234-1234-12345678abc" --scope-tenant-id "12345678-1234-1234-12345678abc" --scope-type "Tenant"

必須のパラメーター

--scope-tenant-id

テナント ID。

--scope-type

既定のアカウントのスコープ。

承認された値: Subscription, Tenant

省略可能のパラメーター

--scope

スコープ オブジェクトの ID (スコープが "Subscription" の場合など) は、そのサブスクリプションの ID です。

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

プレビュー

コマンド グループ 'purview' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

スコープの既定のアカウントを設定します。

az purview default-account set --scope-tenant-id
                               --subscription-id
                               [--account-name]
                               [--resource-group]
                               [--scope]
                               [--scope-type {Subscription, Tenant}]

DefaultAccounts_Set

az purview default-account set --account-name "myDefaultAccount" --resource-group "rg-1" --scope "12345678-1234-1234-12345678abc" --scope-tenant-id "12345678-1234-1234-12345678abc" --scope-type "Tenant" --subscription-id "12345678-1234-1234-12345678aaa"

必須のパラメーター

--scope-tenant-id

既定のアカウントが設定されているスコープ テナント。

--subscription-id

既定として設定されているアカウントのサブスクリプション ID。

省略可能のパラメーター

--account-name --name -n

既定として設定されているアカウントの名前。

--resource-group -g

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

--scope

スコープ オブジェクト ID。 たとえば、サブ ID やテナント ID などです。

--scope-type

既定のアカウントが設定されているスコープ。

承認された値: Subscription, Tenant
グローバル パラメーター
--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 purview default-account show

プレビュー

コマンド グループ 'purview' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

スコープの既定のアカウントを取得します。

az purview default-account show --scope-tenant-id
                                --scope-type {Subscription, Tenant}
                                [--scope]

DefaultAccounts_Get

az purview default-account show --scope "12345678-1234-1234-12345678abc" --scope-tenant-id "12345678-1234-1234-12345678abc" --scope-type "Tenant"

必須のパラメーター

--scope-tenant-id

テナント ID。

--scope-type

既定のアカウントのスコープ。

承認された値: Subscription, Tenant

省略可能のパラメーター

--scope

スコープ オブジェクトの ID (スコープが "Subscription" の場合など) は、そのサブスクリプションの ID です。

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