Partager via


IncidentOperationsExtensions.ListForRuleAsync Méthode

Définition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse> ListForRuleAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string ruleId, bool isActive);
static member ListForRuleAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string * bool -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse>
<Extension()>
Public Function ListForRuleAsync (operations As IIncidentOperations, ruleId As String, isActive As Boolean) As Task(Of IncidentListResponse)

Paramètres

operations
IIncidentOperations

Référence à Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.

ruleId
String

Obligatoire. ID de règle.

isActive
Boolean

Obligatoire. Boolean pour récupérer uniquement les incidents actifs ou résolus.

Retours

Réponse de l’opération Répertorier les incidents.

S’applique à