Compartir a través de


Alerts interface

Interfaz que representa una alerta.

Métodos

clear(string, string, ClearAlertRequest, AlertsClearOptionalParams)

Borre las alertas.

listByManager(string, string, AlertsListByManagerOptionalParams)

Recupera todas las alertas de un administrador.

sendTestEmail(string, string, string, SendTestAlertEmailRequest, AlertsSendTestEmailOptionalParams)

Envía un correo electrónico de alerta de prueba.

Detalles del método

clear(string, string, ClearAlertRequest, AlertsClearOptionalParams)

Borre las alertas.

function clear(resourceGroupName: string, managerName: string, request: ClearAlertRequest, options?: AlertsClearOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

managerName

string

Nombre del administrador

request
ClearAlertRequest

Solicitud de alerta no cifrada.

options
AlertsClearOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

listByManager(string, string, AlertsListByManagerOptionalParams)

Recupera todas las alertas de un administrador.

function listByManager(resourceGroupName: string, managerName: string, options?: AlertsListByManagerOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

managerName

string

Nombre del administrador

options
AlertsListByManagerOptionalParams

Parámetros de opciones.

Devoluciones

sendTestEmail(string, string, string, SendTestAlertEmailRequest, AlertsSendTestEmailOptionalParams)

Envía un correo electrónico de alerta de prueba.

function sendTestEmail(deviceName: string, resourceGroupName: string, managerName: string, request: SendTestAlertEmailRequest, options?: AlertsSendTestEmailOptionalParams): Promise<void>

Parámetros

deviceName

string

El nombre de dispositivo.

resourceGroupName

string

Nombre del grupo de recursos.

managerName

string

Nombre del administrador

request
SendTestAlertEmailRequest

Solicitud de correo electrónico de envío de alerta de prueba.

options
AlertsSendTestEmailOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>