IIncidentOperations.GetAsync Method (String, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Task<IncidentGetResponse> GetAsync(
string incidentId,
CancellationToken cancellationToken
)
Parameters
- incidentId
-
Type:
System.String
The id of the incident to retrieve.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<IncidentGetResponse>The Get Incident operation response.
Show: