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

az network watcher connection-monitor endpoint

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

管理连接监视器的终结点。

命令

名称 说明 类型 Status
az network watcher connection-monitor endpoint add

将终结点添加到连接监视器。

核心 预览版
az network watcher connection-monitor endpoint list

列出连接监视器中的所有终结点。

核心 预览
az network watcher connection-monitor endpoint remove

从连接监视器中删除终结点。

核心 预览
az network watcher connection-monitor endpoint show

显示来自连接监视器的终结点。

核心 预览版
az network watcher connection-monitor endpoint wait

将 CLI 置于等待状态,直到满足条件。

核心 预览

az network watcher connection-monitor endpoint add

预览

命令组“az network watcher connection-monitor endpoint”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

将终结点添加到连接监视器。

az network watcher connection-monitor endpoint add --connection-monitor
                                                   --endpoint-name
                                                   --location
                                                   [--address]
                                                   [--address-exclude]
                                                   [--address-include]
                                                   [--coverage-level {AboveAverage, Average, BelowAverage, Default, Full, Low}]
                                                   [--dest-test-groups]
                                                   [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                   [--resource-id]
                                                   [--source-test-groups]
                                                   [--type {AzureArcVM, AzureSubnet, AzureVM, AzureVMSS, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork}]

示例

将外部地址添加为目标终结点

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyExternalEndpoint --address "bing.com" --dest-test-groups DefaultTestGroup --type ExternalAddress

将 Azure VM 添加为源终结点

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyVMEndpoint --resource-id MyVMResourceID --source-test-groups DefaultTestGroup --type AzureVM

将子网添加为排除地址的源终结点

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MySubnetEndpoint --resource-id MySubnetID --source-test-groups DefaultTestGroup --type AzureSubnet --address-exclude 10.0.0.25 10.0.0.30 --coverage-level BelowAverage

必需参数

--connection-monitor

连接监视器名称。

--endpoint-name --name -n

连接监视器终结点的名称。

--location -l

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

可选参数

--address

连接监视器终结点(IP 或域名)的地址。

--address-exclude

需要排除到终结点范围的终结点项的地址列表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--address-include

需要包含在终结点范围的终结点项的地址列表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--coverage-level

终结点的测试覆盖率。 允许的值:AboveAverage、Average、BelowAverage、Default、Full、Low。

接受的值: AboveAverage, Average, BelowAverage, Default, Full, Low
--dest-test-groups

要作为目标引用的测试组的名称的空格分隔列表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--no-wait

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

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

连接监视器终结点的资源 ID。

--source-test-groups

要作为源引用的测试组的名称的空格分隔列表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--type

终结点类型。 允许的值:AzureArcVM、AzureSubnet、AzureVM、AzureVMSS、AzureVNet、ExternalAddress、MMAWorkspaceMachine、MMAWorkspaceNetwork。

接受的值: AzureArcVM, AzureSubnet, AzureVM, AzureVMSS, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork
全局参数
--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 endpoint list

预览

命令组“az network watcher connection-monitor endpoint”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

列出连接监视器中的所有终结点。

az network watcher connection-monitor endpoint list --connection-monitor
                                                    --location

示例

列出连接监视器中的所有终结点。

az network watcher connection-monitor endpoint 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 endpoint remove

预览

命令组“az network watcher connection-monitor endpoint”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

从连接监视器中删除终结点。

az network watcher connection-monitor endpoint remove --connection-monitor
                                                      --endpoint-name
                                                      --location
                                                      [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                      [--test-groups]

示例

从连接监视器的所有测试组中删除终结点

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint

从连接监视器的两个测试组中删除终结点

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint --test-groups DefaultTestGroup HealthCheckTestGroup

必需参数

--connection-monitor

连接监视器名称。

--endpoint-name --name -n

连接监视器终结点的名称。

--location -l

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

可选参数

--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 endpoint show

预览

命令组“az network watcher connection-monitor endpoint”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

显示来自连接监视器的终结点。

az network watcher connection-monitor endpoint show --connection-monitor
                                                    --endpoint-name
                                                    --location

示例

显示来自连接监视器的终结点。

az network watcher connection-monitor endpoint show --connection-monitor MyConnectionMonitor --location westus2 --name myconnectionmonitorendpoint --subscription MySubscription

必需参数

--connection-monitor

连接监视器名称。

--endpoint-name --name -n

连接监视器终结点的名称。

--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 endpoint wait

预览

命令组“az network watcher connection-monitor endpoint”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

将 CLI 置于等待状态,直到满足条件。

az network watcher connection-monitor endpoint 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

观察程序在其中的资源组的名称。

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