MetricAlertsStatus interface

Interface representing a MetricAlertsStatus.

Method Details

list(string, string, MetricAlertsStatusListOptionalParams)

Retrieve an alert rule status.

function list(resourceGroupName: string, ruleName: string, options?: MetricAlertsStatusListOptionalParams): Promise<MetricAlertStatusCollection>

Parameters

resourceGroupName

string

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

ruleName

string

The name of the rule.

options
MetricAlertsStatusListOptionalParams

The options parameters.

Returns

listByName(string, string, string, MetricAlertsStatusListByNameOptionalParams)

Retrieve an alert rule status.

function listByName(resourceGroupName: string, ruleName: string, statusName: string, options?: MetricAlertsStatusListByNameOptionalParams): Promise<MetricAlertStatusCollection>

Parameters

resourceGroupName

string

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

ruleName

string

The name of the rule.

statusName

string

The name of the status.

options
MetricAlertsStatusListByNameOptionalParams

The options parameters.

Returns