次の方法で共有


IncidentOperationsExtensions.ListActiveForSubscriptionAsync メソッド (IIncidentOperations)

 

名前空間:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
アセンブリ:  Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll 内)

構文

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)

パラメーター

戻り値

Type: System.Threading.Tasks.Task<IncidentListResponse>

一覧のインシデントの操作の応答。

参照

IncidentOperationsExtensions クラス
Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間

トップに戻る