az network watcher connection-monitor test-configuration
此命令群組處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
管理連線監視器的測試組態。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az network watcher connection-monitor test-configuration add |
將測試組態新增至連線監視器。 |
核心 | 預覽版 |
az network watcher connection-monitor test-configuration list |
列出連線監視器的所有測試組態。 |
核心 | 預覽版 |
az network watcher connection-monitor test-configuration remove |
從連線監視器移除測試組態。 |
核心 | 預覽版 |
az network watcher connection-monitor test-configuration show |
顯示來自連線監視器的測試組態。 |
核心 | 預覽版 |
az network watcher connection-monitor test-configuration wait |
將 CLI 置於等候狀態,直到符合條件為止。 |
核心 | 預覽版 |
az network watcher connection-monitor test-configuration add
命令群組 'az network watcher connection-monitor test-configuration' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
將測試組態新增至連線監視器。
az network watcher connection-monitor test-configuration add --connection-monitor
--location
--name
--protocol {Http, Icmp, Tcp}
--test-groups
[--frequency]
[--http-method {Get, Post}]
[--http-path]
[--http-port]
[--http-prefer-https {0, 1, f, false, n, no, t, true, y, yes}]
[--http-request-header]
[--http-valid-status-codes]
[--icmp-disable-trace-route {0, 1, f, false, n, no, t, true, y, yes}]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--preferred-ip-version {IPv4, IPv6}]
[--tcp-disable-trace-route {0, 1, f, false, n, no, t, true, y, yes}]
[--tcp-port]
[--tcp-port-behavior {ListenIfAvailable, None}]
[--threshold-failed-percent]
[--threshold-round-trip-time]
範例
使用 HTTP 支援新增測試組態
az network watcher connection-monitor test-configuration add --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups DefaultTestGroup --protocol Http --http-request-header name=Host value=bing.com --http- request-header name=UserAgent value=Edge
使用 TCP 支援新增測試組態
az network watcher connection-monitor test-configuration add --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups TCPTestGroup DefaultTestGroup --protocol Tcp --tcp-port 4096
必要參數
連線ion 監視器名稱。
位置。 來自的值: az account list-locations
。 您可以使用 來設定預設位置 az configure --defaults location=<location>
。
連線監視器測試組態的名稱。
測試評估中使用的通訊協定。 允許的值:Http、Icmp、Tcp。
測試組名的空間分隔清單,只有在指定時才會受到影響。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。
選擇性參數
測試評估的頻率,以秒為單位。 預設值:60。
要使用的 HTTP 方法。 允許的值:Get、Post。
URI 的路徑元件。 例如,「/dir1/dir2」。
要連接的埠。
值,指出在選擇不明確的情況下,是否偏好使用 HTTPS。
要與要求一起傳輸的 HTTP 標頭。 要定義 HTTP 標頭的 property=value 組清單。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。
要考慮成功的 HTTP 狀態碼。 例如,「2xx,301-304,418」。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。
值,指出是否應該停用追蹤路由的路徑評估。 false 為預設值。 允許的值:false、true。
請勿等候長時間執行的作業完成。
測試評估中使用的慣用 IP 版本。 連線監視器可能會根據其他參數選擇使用不同的版本。 允許的值:IPv4、IPv6。
值,指出是否應該停用追蹤路由的路徑評估。 false 為預設值。 允許的值:false、true。
要連接的埠。
目的地埠行為。 允許的值:ListenIfAvailable、None。
允許測試評估為成功的失敗檢查百分比上限。
允許測試評估為成功的毫秒數來回時間上限。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az network watcher connection-monitor test-configuration list
命令群組 'az network watcher connection-monitor test-configuration' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
列出連線監視器的所有測試組態。
az network watcher connection-monitor test-configuration list --connection-monitor
--location
範例
列出連線監視器的所有測試組態。
az network watcher connection-monitor test-configuration list --connection-monitor MyConnectionMonitor --location westus2
必要參數
連線ion 監視器名稱。
位置。 來自的值: az account list-locations
。 您可以使用 來設定預設位置 az configure --defaults location=<location>
。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az network watcher connection-monitor test-configuration remove
命令群組 'az network watcher connection-monitor test-configuration' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
從連線監視器移除測試組態。
az network watcher connection-monitor test-configuration remove --connection-monitor
--location
--name
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--test-groups]
範例
從連線監視器的所有測試群組中移除測試組態
az network watcher connection-monitor test-configuration remove --connection-monitor MyConnectionMonitor --location westus --name MyTCPTestConfiguration
從連線監視器的兩個測試群組中移除測試組態
az network watcher connection-monitor test-configuration remove --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups HTTPTestGroup DefaultTestGroup
必要參數
連線ion 監視器名稱。
位置。 來自的值: az account list-locations
。 您可以使用 來設定預設位置 az configure --defaults location=<location>
。
連線監視器測試組態的名稱。
選擇性參數
請勿等候長時間執行的作業完成。
測試組名的空間分隔清單,只有在指定時才會受到影響。 支援速記語法、json-file 和 yaml-file。 請嘗試 「??」 以顯示更多。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az network watcher connection-monitor test-configuration show
命令群組 'az network watcher connection-monitor test-configuration' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
顯示來自連線監視器的測試組態。
az network watcher connection-monitor test-configuration show --connection-monitor
--location
--name
範例
顯示來自連線監視器的測試組態。
az network watcher connection-monitor test-configuration show --connection-monitor MyConnectionMonitor --location westus2 --name MyConnectionMonitorTestConfiguration
必要參數
連線ion 監視器名稱。
位置。 來自的值: az account list-locations
。 您可以使用 來設定預設位置 az configure --defaults location=<location>
。
連線監視器測試組態的名稱。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az network watcher connection-monitor test-configuration wait
命令群組 'az network watcher connection-monitor test-configuration' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
將 CLI 置於等候狀態,直到符合條件為止。
az network watcher connection-monitor test-configuration wait [--connection-monitor]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--subscription]
[--timeout]
[--updated]
[--watcher-name]
[--watcher-rg]
選擇性參數
連線ion 監視器名稱。
請等候在 'Succeeded' 使用 'provisioningState' 建立。
等到條件符合自訂 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到刪除為止。
等候資源存在。
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
輪詢間隔以秒為單位。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
以秒為單位的等候上限。
等到 provisioningState 更新為 'Succeeded'。
網路監看員資源的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。