IncidentOperationsExtensions.ListActiveForSubscription 方法 (IIncidentOperations)

 

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

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

参数

返回值

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse

列表事件操作响应。

请参阅

IncidentOperationsExtensions 类
Microsoft.WindowsAzure.Management.Monitoring.Alerts 命名空间

返回页首