Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Queries

Package version

Interface representing a Queries.

Hierarchy

  • Queries

Implemented by

Index

Methods

delete

  • Deletes a specific Query defined within an Log Analytics QueryPack.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • queryPackName: string

      The name of the Log Analytics QueryPack resource.

    • id: string

      The id of a specific query defined in the Log Analytics QueryPack

    • Optional options: QueriesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • queryPackName: string

      The name of the Log Analytics QueryPack resource.

    • id: string

      The id of a specific query defined in the Log Analytics QueryPack

    • Optional options: QueriesGetOptionalParams

      The options parameters.

    Returns Promise<QueriesGetResponse>

list

listSearch

put

  • Adds or Updates a specific Query within a Log Analytics QueryPack.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • queryPackName: string

      The name of the Log Analytics QueryPack resource.

    • id: string

      The id of a specific query defined in the Log Analytics QueryPack

    • queryPayload: LogAnalyticsQueryPackQuery

      Properties that need to be specified to create a new query and add it to a Log Analytics QueryPack.

    • Optional options: QueriesPutOptionalParams

      The options parameters.

    Returns Promise<QueriesPutResponse>

update

  • Adds or Updates a specific Query within a Log Analytics QueryPack.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • queryPackName: string

      The name of the Log Analytics QueryPack resource.

    • id: string

      The id of a specific query defined in the Log Analytics QueryPack

    • queryPayload: LogAnalyticsQueryPackQuery

      Properties that need to be specified to create a new query and add it to a Log Analytics QueryPack.

    • Optional options: QueriesUpdateOptionalParams

      The options parameters.

    Returns Promise<QueriesUpdateResponse>

Generated using TypeDoc