az postgres flexible-server advanced-threat-protection-setting
PostgreSQL フレキシブル サーバーの高度な脅威保護設定を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az postgres flexible-server advanced-threat-protection-setting show |
PostgreSL フレキシブル サーバーの高度な脅威保護設定を取得します。 |
コア | GA |
az postgres flexible-server advanced-threat-protection-setting update |
フレキシブル サーバーの高度な脅威保護設定の状態を更新します。 |
コア | GA |
az postgres flexible-server advanced-threat-protection-setting show
PostgreSL フレキシブル サーバーの高度な脅威保護設定を取得します。
az postgres flexible-server advanced-threat-protection-setting show [--ids]
[--resource-group]
[--server-name]
[--subscription]
例
フレキシブル サーバーの高度な脅威保護設定の詳細を取得します。
az postgres flexible-server advanced-threat-protection-setting show --resource-group testGroup --server-name testserver
別のサブスクリプションのフレキシブル サーバーの高度な脅威保護設定の詳細を取得します。
az postgres flexible-server advanced-threat-protection-setting show --subscription testSubscription --resource-group testGroup --server-name testserver
--ids パラメーターを使用して、フレキシブル サーバーの高度な脅威保護設定の詳細を取得します。
az postgres flexible-server advanced-threat-protection-setting show --ids /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testGroup/providers/Microsoft.DBforPostgreSQL/flexibleServers/testServer
省略可能のパラメーター
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サーバーの名前。 名前に含めることができるのは、英小文字、数字、ハイフン (-) のみです。 3 文字以上、最大 63 文字。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az postgres flexible-server advanced-threat-protection-setting update
フレキシブル サーバーの高度な脅威保護設定の状態を更新します。
az postgres flexible-server advanced-threat-protection-setting update --state {Disabled, Enabled}
[--ids]
[--resource-group]
[--server-name]
[--subscription]
例
PostgreSQL フレキシブル サーバーの高度な脅威保護設定を有効にします。
az postgres flexible-server advanced-threat-protection-setting update --resource-group testGroup --server-name testserver --state Enabled
PostgreSQL フレキシブル サーバーの高度な脅威保護設定を無効にします。
az postgres flexible-server advanced-threat-protection-setting update --resource-group testGroup --server-name testserver --state Disabled
必須のパラメーター
高度な脅威保護設定の状態。
省略可能のパラメーター
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サーバーの名前。 名前に含めることができるのは、英小文字、数字、ハイフン (-) のみです。 3 文字以上、最大 63 文字。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI