Share via


IIncidentOperations.GetAsync Method (String, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

Task<IncidentGetResponse> GetAsync(
    string incidentId,
    CancellationToken cancellationToken
)
Task<IncidentGetResponse^>^ GetAsync(
    String^ incidentId,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        incidentId:string *
        cancellationToken:CancellationToken -> Task<IncidentGetResponse>
Function GetAsync (
    incidentId As String,
    cancellationToken As CancellationToken
) As Task(Of IncidentGetResponse)

Parameters

  • incidentId
    Type: System.String

    The id of the incident to retrieve.

Return Value

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

The Get Incident operation response.

See Also

IIncidentOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top