你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LogAnalyticsQueryPackQuery interface
Log Analytics QueryPack-Query定义。
- 扩展
属性
author | 创建查询的用户的对象 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
body | 查询的正文。 |
description | 查询的说明。 |
display |
查询包中查询的唯一显示名称。 |
id |
应用程序的唯一 ID。 无法更改此字段。 注意:此属性不会被序列化。 它只能由服务器填充。 |
properties | 可为查询设置的其他属性。 |
related | 函数的相关元数据项。 |
tags | 与查询关联的标记。 |
time |
Log Analytics 查询的创建日期,采用 ISO 8601 格式。 注意:此属性不会被序列化。 它只能由服务器填充。 |
time |
Log Analytics 查询的上次修改日期,采用 ISO 8601 格式。 注意:此属性不会被序列化。 它只能由服务器填充。 |
继承属性
id | Azure 资源 ID 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | Azure 资源名称 注意:此属性不会被序列化。 它只能由服务器填充。 |
system |
只读系统数据 注意:此属性不会被序列化。 它只能由服务器填充。 |
type | Azure 资源类型 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
author
创建查询的用户的对象 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
author?: string
属性值
string
body
查询的正文。
body?: string
属性值
string
description
查询的说明。
description?: string
属性值
string
displayName
查询包中查询的唯一显示名称。
displayName?: string
属性值
string
idPropertiesId
应用程序的唯一 ID。 无法更改此字段。 注意:此属性不会被序列化。 它只能由服务器填充。
idPropertiesId?: string
属性值
string
properties
可为查询设置的其他属性。
properties?: Record<string, unknown>
属性值
Record<string, unknown>
related
函数的相关元数据项。
related?: LogAnalyticsQueryPackQueryPropertiesRelated
属性值
tags
与查询关联的标记。
tags?: {[propertyName: string]: string[]}
属性值
{[propertyName: string]: string[]}
timeCreated
Log Analytics 查询的创建日期,采用 ISO 8601 格式。 注意:此属性不会被序列化。 它只能由服务器填充。
timeCreated?: Date
属性值
Date
timeModified
Log Analytics 查询的上次修改日期,采用 ISO 8601 格式。 注意:此属性不会被序列化。 它只能由服务器填充。
timeModified?: Date
属性值
Date
继承属性详细信息
id
name
systemData
只读系统数据 注意:此属性不会被序列化。 它只能由服务器填充。
systemData?: SystemData