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

az monitor app-insights component favorite

注意

此参考是 Azure CLI(版本 2.55.0 或更高版本)的 application-insights 扩展的一部分。 该扩展将在首次运行 az monitor app-insights 组件收藏夹 命令时自动安装。 详细了解扩展。

管理组件收藏夹。

命令

名称 说明 类型 状态
az monitor app-insights component favorite create

创建 Application Insights 组件的新收藏夹。

扩展 GA
az monitor app-insights component favorite delete

删除与 Application Insights 组件关联的收藏夹。

扩展 GA
az monitor app-insights component favorite list

列出 Application Insights 组件中定义的收藏夹列表。

扩展 GA
az monitor app-insights component favorite show

通过 Application Insights 组件中定义的 FavoriteId 获取单个收藏夹。

扩展 GA
az monitor app-insights component favorite update

将新收藏夹更新到 Application Insights 组件。

扩展 GA

az monitor app-insights component favorite create

创建 Application Insights 组件的新收藏夹。

az monitor app-insights component favorite create --name
                                                  --resource-group
                                                  --resource-name
                                                  [--category]
                                                  [--config]
                                                  [--favorite-id]
                                                  [--favorite-type {shared, user}]
                                                  [--is-generated-from-template {0, 1, f, false, n, no, t, true, y, yes}]
                                                  [--source-type]
                                                  [--tags]
                                                  [--version]

示例

创建收藏夹

az monitor app-insights component favorite create -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared

必需参数

--name -n

Application Insights 组件中定义的特定收藏夹的 ID。

--resource-group -g

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

--resource-name

Application Insights 组件资源的名称。

可选参数

--category

创建时由用户定义的收藏夹类别。

--config

此特定收藏夹的配置,由 Azure 门户 UX 驱动。 配置数据是包含有效 JSON 的字符串。

--favorite-id

在内部分配的收藏夹定义的唯一 ID。

--favorite-type

枚举,指示此收藏夹定义是否由特定用户拥有,或在有权访问 Application Insights 组件的所有用户之间共享。

接受的值: shared, user
--is-generated-from-template

标志表示 wether 或不是此收藏夹是从模板生成的。

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

收藏夹定义的源。

--tags

与此收藏夹定义关联的 0 个或多个标记的列表支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--version

此实例的数据模型版本。 随着添加可标记为收藏的新功能,这可以更改。 当前示例包括 MetricsExplorer (ME) 和搜索。

全局参数
--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 monitor app-insights component favorite delete

删除与 Application Insights 组件关联的收藏夹。

az monitor app-insights component favorite delete [--ids]
                                                  [--name]
                                                  [--resource-group]
                                                  [--resource-name]
                                                  [--subscription]
                                                  [--yes]

示例

删除收藏夹

az monitor app-insights component favorite delete -g rg -n favorite-name --resource-name component-name

可选参数

--ids

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

--name -n

Application Insights 组件中定义的特定收藏夹的 ID。

--resource-group -g

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

--resource-name

Application Insights 组件资源的名称。

--subscription

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

--yes -y

不提示确认。

默认值: False
全局参数
--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 monitor app-insights component favorite list

列出 Application Insights 组件中定义的收藏夹列表。

az monitor app-insights component favorite list --resource-group
                                                --resource-name
                                                [--can-fetch-content {0, 1, f, false, n, no, t, true, y, yes}]
                                                [--favorite-type {shared, user}]
                                                [--source-type {events, funnel, impact, notebook, retention, segmentation, sessions, userflows}]
                                                [--tags]

示例

列出收藏夹

az monitor app-insights component favorite list -g rg --resource-name component-name --favorite-type shared --tags [tag]

必需参数

--resource-group -g

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

--resource-name

Application Insights 组件资源的名称。

可选参数

--can-fetch-content

指示是否返回每个适用收藏夹的完整内容的标志。 如果为 false,则仅返回收藏夹的摘要内容。

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

收藏夹的类型。 值可以是共享的,也可以是用户。

接受的值: shared, user
默认值: shared
--source-type

要返回的收藏夹的源类型。 如果省去,源类型默认为“other”(此枚举中不存在)。

接受的值: events, funnel, impact, notebook, retention, segmentation, sessions, userflows
--tags

必须在返回的每个收藏夹上存在的标记。 支持速记语法、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 monitor app-insights component favorite show

通过 Application Insights 组件中定义的 FavoriteId 获取单个收藏夹。

az monitor app-insights component favorite show [--ids]
                                                [--name]
                                                [--resource-group]
                                                [--resource-name]
                                                [--subscription]

示例

显示收藏夹

az monitor app-insights component favorite show -g rg -n favorite-name --resource-name component-name

可选参数

--ids

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

--name -n

Application Insights 组件中定义的特定收藏夹的 ID。

--resource-group -g

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

--resource-name

Application Insights 组件资源的名称。

--subscription

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

全局参数
--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 monitor app-insights component favorite update

将新收藏夹更新到 Application Insights 组件。

az monitor app-insights component favorite update [--add]
                                                  [--category]
                                                  [--config]
                                                  [--favorite-id]
                                                  [--favorite-type {shared, user}]
                                                  [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                                  [--ids]
                                                  [--is-generated-from-template {0, 1, f, false, n, no, t, true, y, yes}]
                                                  [--name]
                                                  [--remove]
                                                  [--resource-group]
                                                  [--resource-name]
                                                  [--set]
                                                  [--source-type]
                                                  [--subscription]
                                                  [--tags]
                                                  [--version]

示例

更新收藏夹

az monitor app-insights component favorite update -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared --tags [tag,test]

可选参数

--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value、string 或 JSON 字符串>。

--category

创建时由用户定义的收藏夹类别。

--config

此特定收藏夹的配置,由 Azure 门户 UX 驱动。 配置数据是包含有效 JSON 的字符串。

--favorite-id

在内部分配的收藏夹定义的唯一 ID。

--favorite-type

枚举,指示此收藏夹定义是否由特定用户拥有,或在有权访问 Application Insights 组件的所有用户之间共享。

接受的值: shared, user
--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

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

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

--is-generated-from-template

标志表示 wether 或不是此收藏夹是从模板生成的。

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

Application Insights 组件中定义的特定收藏夹的 ID。

--remove

从列表中删除属性或元素。 示例:--remove property.list OR --remove propertyToRemove。

--resource-group -g

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

--resource-name

Application Insights 组件资源的名称。

--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=。

--source-type

收藏夹定义的源。

--subscription

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

--tags

与此收藏夹定义关联的 0 个或多个标记的列表支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--version

此实例的数据模型版本。 随着添加可标记为收藏的新功能,这可以更改。 当前示例包括 MetricsExplorer (ME) 和搜索。

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