你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az monitor app-insights component billing
注意
此参考是 Azure CLI(版本 2.55.0 或更高版本)的 application-insights 扩展的一部分。 该扩展将在首次运行 az monitor app-insights 组件计费 命令时自动安装。 详细了解扩展。
管理 Application Insights 组件计费功能。
命令
名称 | 说明 | 类型 | 状态 |
---|---|---|---|
az monitor app-insights component billing show |
显示 Application Insights 资源的计费功能。 |
扩展 | GA |
az monitor app-insights component billing update |
更新 Application Insights 资源的计费功能。 |
扩展 | GA |
az monitor app-insights component billing show
显示 Application Insights 资源的计费功能。
az monitor app-insights component billing show [--app]
[--ids]
[--resource-group]
[--subscription]
示例
显示 Application Insights 组件的计费功能
az monitor app-insights component billing show --app demoApp -g demoRg
可选参数
Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。
一个或多个资源 ID(以空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az monitor app-insights component billing update
更新 Application Insights 资源的计费功能。
az monitor app-insights component billing update [--add]
[--app]
[--cap]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--remove]
[--resource-group]
[--set]
[--stop {0, 1, f, false, n, no, t, true, y, yes}]
[--subscription]
可选参数
通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value、string 或 JSON 字符串>。
Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。
每日数据量上限(以 GB 为单位)。
使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。
一个或多个资源 ID(以空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。
从列表中删除属性或元素。 示例:--remove property.list OR --remove propertyToRemove。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=。
满足每日数据量上限时,不要发送通知电子邮件。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。