Megosztás a következőn keresztül:


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

 

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

Syntax

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

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • 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.

See Also

AlertOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top