Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Alerts

Package version

Interface representing a Alerts.

Hierarchy

  • Alerts

Implemented by

Index

Methods

beginSimulate

beginSimulateAndWait

getResourceGroupLevel

  • Get an alert that is associated a resource group or a resource in a resource group

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • alertName: string

      Name of the alert object

    • Optional options: AlertsGetResourceGroupLevelOptionalParams

      The options parameters.

    Returns Promise<AlertsGetResourceGroupLevelResponse>

getSubscriptionLevel

list

listByResourceGroup

listResourceGroupLevelByRegion

  • List all the alerts that are associated with the resource group that are stored in a specific location

    Parameters

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • Optional options: AlertsListResourceGroupLevelByRegionOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Alert>

listSubscriptionLevelByRegion

updateResourceGroupLevelStateToActivate

  • Update the alert's state

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • alertName: string

      Name of the alert object

    • Optional options: AlertsUpdateResourceGroupLevelStateToActivateOptionalParams

      The options parameters.

    Returns Promise<void>

updateResourceGroupLevelStateToDismiss

  • Update the alert's state

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • alertName: string

      Name of the alert object

    • Optional options: AlertsUpdateResourceGroupLevelStateToDismissOptionalParams

      The options parameters.

    Returns Promise<void>

updateResourceGroupLevelStateToInProgress

  • Update the alert's state

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • alertName: string

      Name of the alert object

    • Optional options: AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams

      The options parameters.

    Returns Promise<void>

updateResourceGroupLevelStateToResolve

  • Update the alert's state

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • alertName: string

      Name of the alert object

    • Optional options: AlertsUpdateResourceGroupLevelStateToResolveOptionalParams

      The options parameters.

    Returns Promise<void>

updateSubscriptionLevelStateToActivate

updateSubscriptionLevelStateToDismiss

updateSubscriptionLevelStateToInProgress

updateSubscriptionLevelStateToResolve

Generated using TypeDoc