LogAnalyticsQueryPackProperties Class
Properties that define a Log Analytics QueryPack resource.
Constructor
LogAnalyticsQueryPackProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
query_pack_id
|
The unique ID of your application. This field cannot be changed. |
|
time_created
|
Creation Date for the Log Analytics QueryPack, in ISO 8601 format. |
|
time_modified
|
Last modified date of the Log Analytics QueryPack, in ISO 8601 format. |
|
provisioning_state
|
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. |
Attributes
provisioning_state
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.
provisioning_state: str | None
query_pack_id
The unique ID of your application. This field cannot be changed.
query_pack_id: str | None
time_created
Creation Date for the Log Analytics QueryPack, in ISO 8601 format.
time_created: datetime | None
time_modified
Last modified date of the Log Analytics QueryPack, in ISO 8601 format.
time_modified: datetime | None