Compartilhar via


AlertRuleIncidentsOperationsExtensions.ListByAlertRule Método

Definição

Obtém uma lista de incidentes associados a uma regra de alerta

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)

Parâmetros

operations
IAlertRuleIncidentsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

ruleName
String

O nome da regra.

Retornos

Aplica-se a