Compartilhar via


AlertsOperationsExtensions.GetById(IAlertsOperations, String) Método

Definição

Obtenha um alerta específico.

public static Microsoft.Azure.Management.AlertsManagement.Models.Alert GetById (this Microsoft.Azure.Management.AlertsManagement.IAlertsOperations operations, string alertId);
static member GetById : Microsoft.Azure.Management.AlertsManagement.IAlertsOperations * string -> Microsoft.Azure.Management.AlertsManagement.Models.Alert
<Extension()>
Public Function GetById (operations As IAlertsOperations, alertId As String) As Alert

Parâmetros

operations
IAlertsOperations

O grupo de operações para esse método de extensão.

alertId
String

ID exclusiva de uma instância de alerta.

Retornos

Comentários

Obter informações relacionadas a um alerta específico

Aplica-se a