IncidentOperationsExtensions.ListForRule 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET