az postgres flexible-server advanced-threat-protection-setting
管理 PostgreSQL 彈性伺服器的進階威脅防護設定。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
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
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
資源群組的名稱。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
伺服器的名稱。 名稱只能包含小寫字母、數字及連字號 (-) 字元。 最少 3 個字元,最多 63 個字元。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 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
必要參數
進階威脅防護設定的狀態。
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
資源群組的名稱。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
伺服器的名稱。 名稱只能包含小寫字母、數字及連字號 (-) 字元。 最少 3 個字元,最多 63 個字元。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。