AlertRuleIncidents interface

Interface representing a AlertRuleIncidents.

Methods

get(string, string, string, AlertRuleIncidentsGetOptionalParams)

Gets an incident associated to an alert rule

listByAlertRule(string, string, AlertRuleIncidentsListByAlertRuleOptionalParams)

Gets a list of incidents associated to an alert rule

Method Details

get(string, string, string, AlertRuleIncidentsGetOptionalParams)

Gets an incident associated to an alert rule

function get(resourceGroupName: string, ruleName: string, incidentName: string, options?: AlertRuleIncidentsGetOptionalParams): Promise<Incident>

Parameters

resourceGroupName

string

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

ruleName

string

The name of the rule.

incidentName

string

The name of the incident to retrieve.

options
AlertRuleIncidentsGetOptionalParams

The options parameters.

Returns

Promise<Incident>

listByAlertRule(string, string, AlertRuleIncidentsListByAlertRuleOptionalParams)

Gets a list of incidents associated to an alert rule

function listByAlertRule(resourceGroupName: string, ruleName: string, options?: AlertRuleIncidentsListByAlertRuleOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>

Parameters

resourceGroupName

string

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

ruleName

string

The name of the rule.

options
AlertRuleIncidentsListByAlertRuleOptionalParams

The options parameters.

Returns