AlertOperationsExtensions.GetIncident Method (IAlertOperations, String, String, String)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public static IncidentGetResponse GetIncident(
	this IAlertOperations operations,
	string resourceGroupName,
	string ruleName,
	string incidentName
)

Parameters

operations
Type: Microsoft.Azure.Management.Insights.IAlertOperations

Reference to the Microsoft.Azure.Management.Insights.IAlertOperations.

resourceGroupName
Type: System.String

Required. The name of the resource group.

ruleName
Type: System.String

Required. The name of the rule.

incidentName
Type: System.String

Required. The name of the incident to retrieve.

Return Value

Type: Microsoft.Azure.Management.Insights.Models.IncidentGetResponse

The Get Incident operation response.

Return to top
Show: