Compartilhar via


IncidentOperationsExtensions.GetAsync(IIncidentOperations, String) Método

Definição

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string incidentId);
static member GetAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse>
<Extension()>
Public Function GetAsync (operations As IIncidentOperations, incidentId As String) As Task(Of IncidentGetResponse)

Parâmetros

operations
IIncidentOperations

Referência ao Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations.

incidentId
String

Obrigatórios. A ID do incidente a ser recuperado.

Retornos

A resposta da operação Obter Incidente.

Aplica-se a