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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET