IncidentOperationsExtensions.Get Method (IIncidentOperations, String)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public static IncidentGetResponse Get(
this IIncidentOperations operations,
string incidentId
)
public:
[ExtensionAttribute]
static IncidentGetResponse^ Get(
IIncidentOperations^ operations,
String^ incidentId
)
static member Get :
operations:IIncidentOperations *
incidentId:string -> IncidentGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IIncidentOperations,
incidentId As String
) As IncidentGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperationsReference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.
incidentId
Type: System.StringRequired. The id of the incident to retrieve.
Return Value
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse
The Get Incident operation response.
See Also
IncidentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top