你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az network watcher connection-monitor test-configuration

此命令组处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

管理连接监视器的测试配置。

命令

名称 说明 类型 状态
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

必需参数

--connection-monitor

连接监视器名称。

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

--name --test-configuration-name -n

连接监视器测试配置的名称。

--protocol

要用于测试评估的协议。 允许的值:Http、Icmp、Tcp。

接受的值: Http, Icmp, Tcp
--test-groups

测试组名称的空格分隔列表,仅当指定时需要受到影响。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

可选参数

--frequency

测试评估的频率(以秒为单位)。 默认值:60。

--http-method

要使用的 HTTP 方法。 允许的值:获取、发布。

接受的值: Get, Post
--http-path

URI 的路径组件。 例如,“/dir1/dir2”。

--http-port

要连接到的端口。

--http-prefer-https

指示在选择不显式的情况下,HTTPS 是否优先于 HTTP 的值。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--http-request-header

要随请求一起传输的 HTTP 标头。 用于定义 HTTP 标头的属性=值对列表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--http-valid-status-codes

要考虑成功的 HTTP 状态代码。 例如,“2xx,301-304,418”。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--icmp-disable-trace-route

指示是否应禁用包含跟踪路由的路径评估的值。 false 为默认值。 允许的值:false、true。

接受的值: 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

测试评估中使用的首选 IP 版本。 连接监视器可以选择使用其他版本,具体取决于其他参数。 允许的值:IPv4、IPv6。

接受的值: IPv4, IPv6
--tcp-disable-trace-route

指示是否应禁用包含跟踪路由的路径评估的值。 false 为默认值。 允许的值:false、true。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--tcp-port

要连接到的端口。

--tcp-port-behavior

目标端口行为。 允许的值:ListenIfAvailable、None。

接受的值: ListenIfAvailable, None
--threshold-failed-percent

允许测试评估为成功的失败检查的最大百分比。

--threshold-round-trip-time

允许测试评估为成功的往返时间(以毫秒为单位)。

全局参数
--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 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

必需参数

--connection-monitor

连接监视器名称。

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

全局参数
--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 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

必需参数

--connection-monitor

连接监视器名称。

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

--name --test-configuration-name -n

连接监视器测试配置的名称。

可选参数

--no-wait

不等待长时间运行的操作完成。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--test-groups

测试组名称的空格分隔列表,仅当指定时需要受到影响。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

全局参数
--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 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

必需参数

--connection-monitor

连接监视器名称。

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

--name --test-configuration-name -n

连接监视器测试配置的名称。

全局参数
--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 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]

可选参数

--connection-monitor

连接监视器名称。

--created

等待在“Succeeded”中使用“provisioningState”创建。

默认值: False
--custom

等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

--deleted

等到删除为止。

默认值: False
--exists

等待资源存在。

默认值: False
--ids

一个或多个资源 ID(空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

--interval

轮询间隔(以秒为单位)。

默认值: 30
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--timeout

最大等待(以秒为单位)。

默认值: 3600
--updated

等到 provisioningState 更新为“Succeeded”。

默认值: False
--watcher-name

网络观察程序资源的名称。

--watcher-rg -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--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 获取完整的调试日志。