IncidentOperationsExtensions.ListActiveForSubscriptionAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse> ListActiveForSubscriptionAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations);
static member ListActiveForSubscriptionAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse>
<Extension()>
Public Function ListActiveForSubscriptionAsync (operations As IIncidentOperations) As Task(Of IncidentListResponse)

Parameters

operations
IIncidentOperations

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

Returns

The List incidents operation response.

Applies to