IncidentOperationsExtensions.GetAsync(IIncidentOperations, String) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string incidentId);
static member GetAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse>
<Extension()>
Public Function GetAsync (operations As IIncidentOperations, incidentId As String) As Task(Of IncidentGetResponse)

Parameters

operations
IIncidentOperations

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.

incidentId
String

Required. The id of the incident to retrieve.

Returns

The Get Incident operation response.

Applies to