ExpansionEntityQuery interface
表示扩展实体查询。
- 扩展
属性
| data |
运行查询所需的数据源列表 |
| display |
查询显示名称 |
| input |
查询的源实体的类型 |
| input |
运行查询所需的源实体字段列表 |
| kind | 多态鉴别器,它指定此对象可以的不同类型的 |
| output |
要从结果构造的所需输出类型的列表 |
| query |
要分析和格式化的模板查询字符串 |
继承属性
| etag | Azure 资源的 Etag |
| id | 资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| system |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
dataSources
运行查询所需的数据源列表
dataSources?: string[]
属性值
string[]
displayName
查询显示名称
displayName?: string
属性值
string
inputEntityType
查询的源实体的类型
inputEntityType?: string
属性值
string
inputFields
运行查询所需的源实体字段列表
inputFields?: string[]
属性值
string[]
kind
多态鉴别器,它指定此对象可以的不同类型的
kind: "Expansion"
属性值
"Expansion"
outputEntityTypes
要从结果构造的所需输出类型的列表
outputEntityTypes?: string[]
属性值
string[]
queryTemplate
要分析和格式化的模板查询字符串
queryTemplate?: string
属性值
string
继承属性详细信息
etag
id
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。
systemData?: SystemData
属性值
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string