Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScheduledQueryRules

Package version

Class representing a ScheduledQueryRules.

Hierarchy

  • ScheduledQueryRules

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, ruleName: string, parameters: LogSearchRuleResource, options?: msRest.RequestOptionsBase): Promise<Models.ScheduledQueryRulesCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, ruleName: string, parameters: LogSearchRuleResource, callback: msRest.ServiceCallback<LogSearchRuleResource>): void
  • createOrUpdate(resourceGroupName: string, ruleName: string, parameters: LogSearchRuleResource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LogSearchRuleResource>): void
  • Creates or updates an log search rule.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • parameters: LogSearchRuleResource

      The parameters of the rule to create or update.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ScheduledQueryRulesCreateOrUpdateResponse>

    Promise<Models.ScheduledQueryRulesCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • parameters: LogSearchRuleResource

      The parameters of the rule to create or update.

    • callback: msRest.ServiceCallback<LogSearchRuleResource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • parameters: LogSearchRuleResource

      The parameters of the rule to create or update.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<LogSearchRuleResource>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, ruleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, ruleName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, ruleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a Log Search rule

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, ruleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScheduledQueryRulesGetResponse>
  • get(resourceGroupName: string, ruleName: string, callback: msRest.ServiceCallback<LogSearchRuleResource>): void
  • get(resourceGroupName: string, ruleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LogSearchRuleResource>): void
  • Gets an Log Search rule

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ScheduledQueryRulesGetResponse>

    Promise<Models.ScheduledQueryRulesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • callback: msRest.ServiceCallback<LogSearchRuleResource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • ruleName: string

      The name of the rule.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<LogSearchRuleResource>

      The callback

    Returns void

listByResourceGroup

listBySubscription

update

Generated using TypeDoc