Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueriesImpl

Package version

Class containing Queries operations.

Hierarchy

  • QueriesImpl

Implements

Index

Constructors

Methods

Constructors

constructor

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

  • Gets a list of Queries 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.

    • Optional options: QueriesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<LogAnalyticsQueryPackQuery>

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