Alerts interface

Interfaz que representa una alerta.

Métodos

get(string, string, string, AlertsGetOptionalParams)

Obtiene una alerta por nombre.

listByDataBoxEdgeDevice(string, string, AlertsListByDataBoxEdgeDeviceOptionalParams)

Obtiene todas las alertas de un dispositivo Data Box Edge/Data Box Gateway.

Detalles del método

get(string, string, string, AlertsGetOptionalParams)

Obtiene una alerta por nombre.

function get(deviceName: string, name: string, resourceGroupName: string, options?: AlertsGetOptionalParams): Promise<Alert>

Parámetros

deviceName

string

Nombre del dispositivo.

name

string

Nombre de la alerta.

resourceGroupName

string

Nombre del grupo de recursos.

options
AlertsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Alert>

listByDataBoxEdgeDevice(string, string, AlertsListByDataBoxEdgeDeviceOptionalParams)

Obtiene todas las alertas de un dispositivo Data Box Edge/Data Box Gateway.

function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: AlertsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

Parámetros

deviceName

string

Nombre del dispositivo.

resourceGroupName

string

Nombre del grupo de recursos.

options
AlertsListByDataBoxEdgeDeviceOptionalParams

Parámetros de opciones.

Devoluciones