AlertOperation interface
Interface représentant un AlertOperation.
Méthodes
| get(string, string, Alert |
Obtenez l’opération d’alerte spécifiée. |
Détails de la méthode
get(string, string, AlertOperationGetOptionalParams)
Obtenez l’opération d’alerte spécifiée.
function get(scope: string, operationId: string, options?: AlertOperationGetOptionalParams): Promise<AlertOperationResult>
Paramètres
- scope
-
string
Étendue de l’opération d’alerte.
- operationId
-
string
ID de l’opération d’alerte.
- options
- AlertOperationGetOptionalParams
Paramètres d’options.
Retours
Promise<AlertOperationResult>