IncidentOperationsExtensions.GetAsync Method (IIncidentOperations, String)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
<ExtensionAttribute> Public Shared Function GetAsync ( operations As IIncidentOperations, incidentId As String ) As Task(Of IncidentGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations
Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.
- incidentId
-
Type:
System.String
Required. The id of the incident to retrieve.
Return Value
Type: System.Threading.Tasks.Task(Of IncidentGetResponse)The Get Incident operation response.
Show: