AlertIncidentsOperations interface
Interfejs reprezentujący operacje AlertIncidents.
Właściwości
| get | Pobierz określone zdarzenie alertu. |
| list |
Pobiera zdarzenia alertów dla zakresu zasobów. |
| remediate | Korygowanie zdarzenia alertu. |
Szczegóły właściwości
get
Pobierz określone zdarzenie alertu.
get: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>
Wartość właściwości
(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>
listForScope
Pobiera zdarzenia alertów dla zakresu zasobów.
listForScope: (scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>
Wartość właściwości
(scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>
remediate
Korygowanie zdarzenia alertu.
remediate: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>
Wartość właściwości
(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>