Sdílet prostřednictvím


AlertOperationsExtensions.ListIncidentsForRule Method (IAlertOperations, String, String)

 

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

Syntax

public static IncidentListResponse ListIncidentsForRule(
    this IAlertOperations operations,
    string resourceGroupName,
    string ruleName
)
public:
[ExtensionAttribute]
static IncidentListResponse^ ListIncidentsForRule(
    IAlertOperations^ operations,
    String^ resourceGroupName,
    String^ ruleName
)
static member ListIncidentsForRule : 
        operations:IAlertOperations *
        resourceGroupName:string *
        ruleName:string -> IncidentListResponse
<ExtensionAttribute>
Public Shared Function ListIncidentsForRule (
    operations As IAlertOperations,
    resourceGroupName As String,
    ruleName As String
) As IncidentListResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

Return Value

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

The List incidents operation response.

See Also

AlertOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top