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

az internet-analyzer profile

注意

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

用于管理 Internet 分析器配置文件的命令。

命令

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

创建 Internet 分析器配置文件。

扩展 GA
az internet-analyzer profile delete

删除 Internet 分析器配置文件。

分机 GA
az internet-analyzer profile list

列出 Internet 分析器配置文件。

分机 GA
az internet-analyzer profile show

显示 Internet 分析器配置文件。

分机 GA
az internet-analyzer profile update

更新 Internet 分析器配置文件。

扩展 GA

az internet-analyzer profile create

创建 Internet 分析器配置文件。

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

示例

在资源组中创建 Internet 分析器配置文件

az internet-analyzer profile create --resource-group "MyResourceGroup" --name "MyProfile" \
--location "WestUs" --enabled-state "Enabled"

必需参数

--name

要创建的 Internet 分析器配置文件的名称。

--resource-group -g

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

可选参数

--enabled-state

试验的状态。

接受的值: Disabled, Enabled
--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 profile delete

删除 Internet 分析器配置文件。

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

示例

删除资源组中的 Internet 分析器配置文件

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

必需参数

--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 profile list

列出 Internet 分析器配置文件。

az internet-analyzer profile list --resource-group

示例

列出资源组中的 Internet 分析器配置文件

az internet-analyzer profile list --resource-group "MyResourceGroup"

必需参数

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

显示 Internet 分析器配置文件。

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

示例

按配置文件 ID 获取 Internet 分析器配置文件

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

必需参数

--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 profile update

更新 Internet 分析器配置文件。

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

示例

汇报资源组中的 Internet 分析器配置文件

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

必需参数

--name

要更新的 Internet 分析器配置文件的名称。

--resource-group -g

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

可选参数

--enabled-state

试验的状态。

接受的值: Disabled, Enabled
--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 获取完整的调试日志。