Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TagRulesImpl

Package version

Class containing TagRules operations.

Hierarchy

  • TagRulesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a TagRule

    Parameters

    • resourceGroupName: string

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

    • monitorName: string

      Monitor resource name

    • ruleSetName: string

      Monitor resource name

    • Optional options: TagRulesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<void>

get

list

  • List all TagRule by monitorName

    Parameters

    • resourceGroupName: string

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

    • monitorName: string

      Monitor resource name

    • Optional options: TagRulesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<TagRule>

update

Generated using TypeDoc