IIncidentOperations.ListActiveForSubscriptionAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse> ListActiveForSubscriptionAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListActiveForSubscriptionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse>
Public Function ListActiveForSubscriptionAsync (cancellationToken As CancellationToken) As Task(Of IncidentListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List incidents operation response.

Applies to