AlertIncidentsOperations interface

Interfaz que representa una operación de AlertIncidentes.

Propiedades

get

Obtiene el incidente de alerta especificado.

listForScope

Obtiene incidentes de alerta para un ámbito de recursos.

remediate

Corrija un incidente de alerta.

Detalles de las propiedades

get

Obtiene el incidente de alerta especificado.

get: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>

Valor de propiedad

(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>

listForScope

Obtiene incidentes de alerta para un ámbito de recursos.

listForScope: (scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>

Valor de propiedad

(scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>

remediate

Corrija un incidente de alerta.

remediate: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>

Valor de propiedad

(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>