query_packs_without_names
Creates, updates, deletes, gets or lists a query_packs_without_names
resource.
Overview
Name | query_packs_without_names |
Type | Resource |
Id | azure.log_analytics.query_packs_without_names |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create_or_update | INSERT | resourceGroupName, subscriptionId, data__properties | Creates a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation. |
INSERT
example
Use the following StackQL query and manifest file to create a new query_packs_without_names
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO azure.log_analytics.query_packs_without_names (
resourceGroupName,
subscriptionId,
data__properties,
properties,
location,
tags
)
SELECT
'{{ resourceGroupName }}',
'{{ subscriptionId }}',
'{{ data__properties }}',
'{{ properties }}',
'{{ location }}',
'{{ tags }}'
;
- name: your_resource_model_name
props:
- name: properties
value:
- name: queryPackId
value: string
- name: timeCreated
value: string
- name: timeModified
value: string
- name: provisioningState
value: string
- name: id
value: string
- name: name
value: string
- name: type
value: string
- name: location
value: string
- name: tags
value: object