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