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

az internet-analyzer test

注意

此参考是 Azure CLI(版本 2.0.67 或更高版本)的 Internet 分析器扩展的一部分。 该扩展将在首次运行 az internet-analyzer test 命令时自动安装。 详细了解扩展。

用于管理测试的命令。

命令

名称 说明 类型 状态
az internet-analyzer test create

创建测试。

分机 GA
az internet-analyzer test delete

删除测试。

扩展 GA
az internet-analyzer test list

列出测试。

分机 GA
az internet-analyzer test show

显示测试。

分机 GA
az internet-analyzer test update

更新测试。

扩展 GA

az internet-analyzer test create

创建测试。

az internet-analyzer test create --name
                                 --profile-name
                                 --resource-group
                                 [--description]
                                 [--enabled-state {Disabled, Enabled}]
                                 [--endpoint-a-endpoint]
                                 [--endpoint-a-name]
                                 [--endpoint-b-endpoint]
                                 [--endpoint-b-name]
                                 [--location]
                                 [--tags]

示例

创建测试

az internet-analyzer test create --resource-group "MyResourceGroup" --profile-name \
"MyProfile" --name "MyExperiment" --description "this is my first experiment!" \
--endpoint-a-name "endpoint A" --endpoint-a-endpoint "endpointA.net" --endpoint-b-name \
"endpoint B" --endpoint-b-endpoint "endpointB.net" --enabled-state "Enabled"

必需参数

--name

要创建的 Internet 分析器测试的名称。

--profile-name

应在其中创建新测试的 Internet 分析器配置文件的名称。

--resource-group -g

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

可选参数

--description

测试的详细信息或意向的说明。

--enabled-state

测试的开头。

接受的值: Disabled, Enabled
--endpoint-a-endpoint

控制终结点的 URL(例如, www.contoso.comwww.contoso.com/some/path/to/trans.gif)。 必须支持 HTTPS。 如果未显式指定对象路径,Internet 分析器将默认使用“/apc/trans.gif”作为对象路径,这是预配置终结点承载单像素图像的位置。

--endpoint-a-name

控制终结点的名称。

--endpoint-b-endpoint

其他终结点的 URL(例如 ,www.contoso.comwww.contoso.com/some/path/to/trans.gif)。 必须支持 HTTPS。 如果未显式指定对象路径,Internet 分析器将默认使用“/apc/trans.gif”作为对象路径,这是预配置终结点承载单像素图像的位置。

--endpoint-b-name

其他终结点的名称。

--location -l

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

--tags

空格分隔标记:key[=value] [key[=value] ...]。使用“”清除现有标记。

全局参数
--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 internet-analyzer test delete

删除测试。

az internet-analyzer test delete --name
                                 --profile-name
                                 --resource-group

示例

删除测试

az internet-analyzer test delete --resource-group "MyResourceGroup" --profile-name \
"MyProfile" --name "MyExperiment"

必需参数

--name

要删除的 Internet 分析器测试的名称。

--profile-name

测试所在的 Internet 分析器配置文件的名称。

--resource-group -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 获取完整的调试日志。

az internet-analyzer test list

列出测试。

az internet-analyzer test list --profile-name
                               --resource-group

示例

获取测试列表

az internet-analyzer test list --resource-group "MyResourceGroup" --profile-name \
"MyProfile"

必需参数

--profile-name

要列出测试的 Internet 分析器配置文件的名称。

--resource-group -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 获取完整的调试日志。

az internet-analyzer test show

显示测试。

az internet-analyzer test show --name
                               --profile-name
                               --resource-group

示例

按名称获取测试

az internet-analyzer test show --resource-group "MyResourceGroup" --profile-name \
"MyProfile" --name "MyExperiment"

必需参数

--name

要显示的 Internet 分析器测试的名称。

--profile-name

测试所在的 Internet 分析器配置文件的名称。

--resource-group -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 获取完整的调试日志。

az internet-analyzer test update

更新测试。

az internet-analyzer test update --name
                                 --profile-name
                                 --resource-group
                                 [--description]
                                 [--enabled-state {Disabled, Enabled}]
                                 [--endpoint-a-endpoint]
                                 [--endpoint-a-name]
                                 [--endpoint-b-endpoint]
                                 [--endpoint-b-name]
                                 [--location]
                                 [--tags]

示例

汇报测试

az internet-analyzer test update --resource-group "MyResourceGroup" --profile-name \
"MyProfile" --name "MyExperiment" --description "string" --enabled-state "Enabled"

必需参数

--name

要更新的 Internet 分析器测试的名称。

--profile-name

测试所在的 Internet 分析器配置文件的名称。

--resource-group -g

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

可选参数

--description

测试的详细信息或意向的说明。

--enabled-state

试验的状态。

接受的值: Disabled, Enabled
--endpoint-a-endpoint

控制终结点的 URL(例如, www.contoso.comwww.contoso.com/some/path/to/trans.gif)。 必须支持 HTTPS。 如果未显式指定对象路径,Internet 分析器将默认使用“/apc/trans.gif”作为对象路径,这是预配置终结点承载单像素图像的位置。

--endpoint-a-name

控制终结点的名称。

--endpoint-b-endpoint

其他终结点的 URL(例如 ,www.contoso.comwww.contoso.com/some/path/to/trans.gif)。 必须支持 HTTPS。 如果未显式指定对象路径,Internet 分析器将默认使用“/apc/trans.gif”作为对象路径,这是预配置终结点承载单像素图像的位置。

--endpoint-b-name

其他终结点的名称。

--location -l

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

--tags

空格分隔标记:key[=value] [key[=value] ...]。使用“”清除现有标记。

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