Compartilhar via


IncidentOperationsExtensions.Get(IIncidentOperations, String) Método

Definição

public static Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse Get (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string incidentId);
static member Get : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string -> Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse
<Extension()>
Public Function Get (operations As IIncidentOperations, incidentId As String) As 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