LogAnalyticsQueryPack interface   
An Log Analytics QueryPack definition.
- Extends
 
Properties
| provisioning | 
	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.  | 
| query | 
	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.  | 
| time | 
	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.  | 
| time | 
	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.  | 
Inherited Properties
| id | Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.  | 
| location | Resource location  | 
| name | Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.  | 
| tags | Resource tags  | 
| type | Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		provisioningState
	 
	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.
provisioningState?: string
				Property Value
string
		queryPackId
	  
	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.
queryPackId?: string
				Property Value
string
		timeCreated
	 
	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.
timeCreated?: Date
				Property Value
Date
		timeModified
	 
	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.
timeModified?: Date
				Property Value
Date
Inherited Property Details
id
Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From QueryPacksResource.id
location
name
Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From QueryPacksResource.name
tags
Resource tags
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
Inherited From QueryPacksResource.tags
type
Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From QueryPacksResource.type