AlertRuleIncidents interface
Interface representing a AlertRuleIncidents.
Methods
get(string, string, string, Alert |
Gets an incident associated to an alert rule |
list |
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.
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.
The options parameters.