Sdílet prostřednictvím


AlertOperationsExtensions.ListIncidentsForRuleAsync Method (IAlertOperations, String, String)

 

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

Syntax

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

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

Return Value

Type: System.Threading.Tasks.Task<IncidentListResponse>

The List incidents operation response.

See Also

AlertOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top