IncidentOperationsExtensions::ListForRule Method (IIncidentOperations^, String^, Boolean)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public:
[ExtensionAttribute]
static IncidentListResponse^ ListForRule(
	IIncidentOperations^ operations,
	String^ ruleId,
	bool isActive
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts::IIncidentOperations^

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

ruleId
Type: System::String^

Required. The rule id.

isActive
Type: System::Boolean

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

Return Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models::IncidentListResponse^

The List incidents operation response.

Return to top
Show: