IncidentOperationsExtensions.Get Method (IIncidentOperations, String)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
<ExtensionAttribute> Public Shared Function Get ( operations As IIncidentOperations, incidentId As String ) As 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: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponseThe Get Incident operation response.
Show: