Package version:

Interface LogAnalyticsQueryPack

An Log Analytics QueryPack definition.

Hierarchy

Properties

id?: string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

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

provisioningState?: string

Current state of this QueryPack: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.

queryPackId?: string

The unique ID of your application. This field cannot be changed. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

Type declaration

  • [propertyName: string]: string
timeCreated?: Date

Creation Date for the Log Analytics QueryPack, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

timeModified?: Date

Last modified date of the Log Analytics QueryPack, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc