AlertRuleResource.GetAlertRuleIncidents(CancellationToken) 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.
Gets a list of incidents associated to an alert rule
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents
- Operation Id: AlertRuleIncidents_ListByAlertRule
- Default Api Version: 2016-03-01
public virtual Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident> GetAlertRuleIncidents (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertRuleIncidents : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
override this.GetAlertRuleIncidents : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
Public Overridable Function GetAlertRuleIncidents (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorIncident)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MonitorIncident that may take multiple service requests to iterate over.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET