IncidentOperationsExtensions.Get(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 Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse Get (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string incidentId);
static member Get : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string -> Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse
<Extension()>
Public Function Get (operations As IIncidentOperations, incidentId As String) As 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.