IncidentOperationsExtensions.ListActiveForSubscriptionAsync Method (IIncidentOperations)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public static Task<IncidentListResponse> ListActiveForSubscriptionAsync(
this IIncidentOperations operations
)
public:
[ExtensionAttribute]
static Task<IncidentListResponse^>^ ListActiveForSubscriptionAsync(
IIncidentOperations^ operations
)
static member ListActiveForSubscriptionAsync :
operations:IIncidentOperations -> Task<IncidentListResponse>
<ExtensionAttribute>
Public Shared Function ListActiveForSubscriptionAsync (
operations As IIncidentOperations
) As Task(Of IncidentListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperationsReference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.
Return Value
Type: System.Threading.Tasks.Task<IncidentListResponse>
The List incidents operation response.
See Also
IncidentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top