次の方法で共有


IIncidentOperations.GetAsync メソッド

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

使用方法

'使用
Dim instance As IIncidentOperations
Dim incidentId As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of IncidentGetResponse)

returnValue = instance.GetAsync(incidentId, cancellationToken)

構文

'宣言
Function GetAsync ( _
    incidentId As String, _
    cancellationToken As CancellationToken _
) As Task(Of IncidentGetResponse)
Task<IncidentGetResponse> GetAsync (
    string incidentId,
    CancellationToken cancellationToken
)
Task<IncidentGetResponse^>^ GetAsync (
    String^ incidentId, 
    CancellationToken cancellationToken
)
Task<IncidentGetResponse> GetAsync (
    String incidentId, 
    CancellationToken cancellationToken
)
function GetAsync (
    incidentId : String, 
    cancellationToken : CancellationToken
) : Task<IncidentGetResponse>

パラメーター

  • incidentId
    The id of the incident to retrieve.
  • cancellationToken
    Cancellation token.

戻り値

The Get Incident operation response.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

IIncidentOperations インターフェイス
IIncidentOperations のメンバー
Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間