IncidentOperationsExtensions.ListForRule Method

Definition

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

Parameters

operations
IIncidentOperations

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.

ruleId
String

Required. The rule id.

isActive
Boolean

Required. A boolean to retrieve only active or resolved incidents.

Returns

The List incidents operation response.

Applies to