Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Actions

Package version

Interface representing a Actions.

Hierarchy

  • Actions

Implemented by

Index

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsDeleteOptionalParams): Promise<void>
  • Delete the action of alert rule.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • ruleId: string

      Alert rule ID

    • actionId: string

      Action ID

    • Optional options: ActionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the action of alert rule.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • ruleId: string

      Alert rule ID

    • actionId: string

      Action ID

    • Optional options: ActionsGetOptionalParams

      The options parameters.

    Returns Promise<ActionsGetResponse>

listByAlertRule

Generated using TypeDoc