AlertRuleIncidentsOperationsExtensions.ListByAlertRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of incidents associated to an alert rule
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.Incident> ListByAlertRule (this Microsoft.Azure.Management.Monitor.IAlertRuleIncidentsOperations operations, string resourceGroupName, string ruleName);
static member ListByAlertRule : Microsoft.Azure.Management.Monitor.IAlertRuleIncidentsOperations * string * string -> seq<Microsoft.Azure.Management.Monitor.Models.Incident>
<Extension()>
Public Function ListByAlertRule (operations As IAlertRuleIncidentsOperations, resourceGroupName As String, ruleName As String) As IEnumerable(Of Incident)
Parameters
- operations
- IAlertRuleIncidentsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- ruleName
- String
The name of the rule.