IncidentOperationsExtensions.Get(IIncidentOperations, String) Method

Definition

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.

Applies to