Share via


IncidentOperationsExtensions.GetAsync Method (IIncidentOperations, String)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static Task<IncidentGetResponse> GetAsync(
    this IIncidentOperations operations,
    string incidentId
)
public:
[ExtensionAttribute]
static Task<IncidentGetResponse^>^ GetAsync(
    IIncidentOperations^ operations,
    String^ incidentId
)
static member GetAsync : 
        operations:IIncidentOperations *
        incidentId:string -> Task<IncidentGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IIncidentOperations,
    incidentId As String
) As Task(Of IncidentGetResponse)

Parameters

  • incidentId
    Type: System.String

    Required. The id of the incident to retrieve.

Return Value

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

The Get Incident operation response.

See Also

IncidentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top