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

az monitor app-insights component continues-export

注意

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

管理 Application Insights 组件的连续导出配置。

命令

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

为 Application Insights 组件创建连续导出配置。

扩展 GA
az monitor app-insights component continues-export delete

删除 Application Insights 组件的特定连续导出配置。

扩展 GA
az monitor app-insights component continues-export list

列出 Application Insights 组件的连续导出配置列表。

扩展 GA
az monitor app-insights component continues-export show

获取此导出 ID 的连续导出配置。

扩展 GA
az monitor app-insights component continues-export update

更新 Application Insights 组件的连续导出配置。

扩展 GA

az monitor app-insights component continues-export create

为 Application Insights 组件创建连续导出配置。

az monitor app-insights component continues-export create --app
                                                          --dest-account
                                                          --dest-container
                                                          --dest-sas
                                                          --dest-sub-id
                                                          --record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}
                                                          --resource-group
                                                          [--dest-type {Blob}]
                                                          [--is-enabled {false, true}]

示例

创建连续导出配置。

az monitor app-insights component continues-export create -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--record-types Requests Event Exceptions Metrics PageViews \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c

必需参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--dest-account

目标存储帐户的名称。

--dest-container

目标存储容器的名称。

--dest-sas

目标存储容器的 SAS 令牌。 它必须授予写入权限。

--dest-sub-id

目标存储帐户的订阅 ID。

--record-types

要导出的文档类型,以逗号分隔值的形式。 允许的值包括“Requests”、“Event”、“Exceptions”、“Metrics”、“PageViews”、“PageViewPerformance”、“Rdd”、“PerformanceCounters”、“Availability”、“Messages”。

接受的值: Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests
--resource-group -g

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

可选参数

--dest-type

连续导出目标类型。 这必须是“Blob”。

接受的值: Blob
默认值: Blob
--is-enabled

设置为“true”以创建已启用的连续导出配置,否则将其设置为“false”。

接受的值: false, true
默认值: true
全局参数
--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 continues-export delete

删除 Application Insights 组件的特定连续导出配置。

az monitor app-insights component continues-export delete --id
                                                          [--app]
                                                          [--ids]
                                                          [--resource-group]
                                                          [--subscription]
                                                          [--yes]

示例

按 ID 删除连续导出配置。

az monitor app-insights component continues-export delete -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid

必需参数

--id

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

可选参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--ids

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

--resource-group -g

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

--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 continues-export list

列出 Application Insights 组件的连续导出配置列表。

az monitor app-insights component continues-export list --app
                                                        --resource-group

示例

列出导出配置

az monitor app-insights component continues-export list -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633

必需参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--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 monitor app-insights component continues-export show

获取此导出 ID 的连续导出配置。

az monitor app-insights component continues-export show --id
                                                        [--app]
                                                        [--ids]
                                                        [--resource-group]
                                                        [--subscription]

示例

按 ID 显示连续导出配置。

az monitor app-insights component continues-export show -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid

必需参数

--id

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

可选参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--ids

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

--resource-group -g

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

--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 continues-export update

更新 Application Insights 组件的连续导出配置。

az monitor app-insights component continues-export update --id
                                                          [--app]
                                                          [--dest-account]
                                                          [--dest-container]
                                                          [--dest-sas]
                                                          [--dest-sub-id]
                                                          [--dest-type {Blob}]
                                                          [--ids]
                                                          [--is-enabled {false, true}]
                                                          [--record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}]
                                                          [--resource-group]
                                                          [--subscription]

示例

更新连续导出配置记录类型。

az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--record-types Requests Event Exceptions Metrics PageViews

更新连续导出配置存储目标。

az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c

必需参数

--id

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

可选参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--dest-account

目标存储帐户的名称。

--dest-container

目标存储容器的名称。

--dest-sas

目标存储容器的 SAS 令牌。 它必须授予写入权限。

--dest-sub-id

目标存储帐户的订阅 ID。

--dest-type

连续导出目标类型。 这必须是“Blob”。

接受的值: Blob
--ids

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

--is-enabled

设置为“true”以创建已启用的连续导出配置,否则将其设置为“false”。

接受的值: false, true
--record-types

要导出的文档类型,以逗号分隔值的形式。 允许的值包括“Requests”、“Event”、“Exceptions”、“Metrics”、“PageViews”、“PageViewPerformance”、“Rdd”、“PerformanceCounters”、“Availability”、“Messages”。

接受的值: Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests
--resource-group -g

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

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