Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpansionEntityQuery

Package version

Represents Expansion entity query.

Hierarchy

Index

Properties

Optional dataSources

dataSources: string[]

List of the data sources that are required to run the query

Optional displayName

displayName: undefined | string

The query display name

Optional etag

etag: undefined | string

Etag of the azure resource

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional inputEntityType

inputEntityType: EntityType

The type of the query's source entity

Optional inputFields

inputFields: string[]

List of the fields of the source entity that are required to run the query

kind

kind: "Expansion"

Polymorphic discriminator, which specifies the different types this object can be

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional outputEntityTypes

outputEntityTypes: EntityType[]

List of the desired output types to be constructed from the result

Optional queryTemplate

queryTemplate: undefined | string

The template query string to be parsed and formatted

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc