Alerts interface
Interface représentant une alerte.
Méthodes
get(string, string, string, Alerts |
Obtient une alerte par nom. |
list |
Obtient toutes les alertes pour un appareil Data Box Edge/Data Box Gateway. |
Détails de la méthode
get(string, string, string, AlertsGetOptionalParams)
Obtient une alerte par nom.
function get(deviceName: string, name: string, resourceGroupName: string, options?: AlertsGetOptionalParams): Promise<Alert>
Paramètres
- deviceName
-
string
Le nom de l'appareil.
- name
-
string
Nom de l’alerte.
- resourceGroupName
-
string
Nom du groupe de ressources.
- options
- AlertsGetOptionalParams
Paramètres d’options.
Retours
Promise<Alert>
listByDataBoxEdgeDevice(string, string, AlertsListByDataBoxEdgeDeviceOptionalParams)
Obtient toutes les alertes pour un appareil Data Box Edge/Data Box Gateway.
function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: AlertsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
Paramètres
- deviceName
-
string
Le nom de l'appareil.
- resourceGroupName
-
string
Nom du groupe de ressources.
Paramètres d’options.