IncidentOperationsExtensions.GetAsync(IIncidentOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.