你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az postgres flexible-server advanced-threat-protection-setting
管理 PostgreSQL 灵活服务器的高级威胁防护设置。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
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
可选参数
一个或多个资源 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
必需参数
高级威胁防护设置的状态。
可选参数
一个或多个资源 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 获取完整的调试日志。