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
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional 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. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
INSERT
examples
- create_or_update
- Manifest
Creates a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
INSERT INTO azure.log_analytics.query_packs_without_names (
data__properties,
data__location,
data__tags,
resourceGroupName,
subscriptionId
)
SELECT
'{{ properties }}' /* required */,
'{{ location }}',
'{{ tags }}',
'{{ resourceGroupName }}',
'{{ subscriptionId }}'
RETURNING
id,
name,
location,
properties,
tags,
type
;
# Description fields are for documentation purposes
- name: query_packs_without_names
props:
- name: resourceGroupName
value: string
description: Required parameter for the query_packs_without_names resource.
- name: subscriptionId
value: string
description: Required parameter for the query_packs_without_names resource.
- name: properties
value: object
description: |
Properties that define a Log Analytics QueryPack resource.
- name: location
value: string
description: |
Resource location
- name: tags
value: object
description: |
Resource tags