IIncidentOperations.GetAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse> GetAsync (string incidentId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse>
Public Function GetAsync (incidentId As String, cancellationToken As CancellationToken) As Task(Of IncidentGetResponse)

Parameters

incidentId
String

The id of the incident to retrieve.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Incident operation response.

Applies to