LogAnalyticsQueryPackProperties interface
Properties that define a Log Analytics QueryPack resource.
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. |
| query |
The unique ID of your application. This field cannot be changed. |
| time |
Creation Date for the Log Analytics QueryPack, in ISO 8601 format. |
| time |
Last modified date of the Log Analytics QueryPack, in ISO 8601 format. |
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.
provisioningState?: string
Property Value
string
queryPackId
The unique ID of your application. This field cannot be changed.
queryPackId?: string
Property Value
string
timeCreated
Creation Date for the Log Analytics QueryPack, in ISO 8601 format.
timeCreated?: Date
Property Value
Date
timeModified
Last modified date of the Log Analytics QueryPack, in ISO 8601 format.
timeModified?: Date
Property Value
Date