AlertsOperations interface

Interfaz que representa una operación de alertas.

Propiedades

beginRefresh
beginRefreshAll
beginRefreshAllAndWait
beginRefreshAndWait
get

Obtiene la alerta especificada.

listForScope

Obtiene alertas para un ámbito de recursos.

refresh

Actualice una alerta.

refreshAll

Actualice todas las alertas de un ámbito de recurso.

update

Actualizar una alerta.

Detalles de las propiedades

beginRefresh

Advertencia

Esta API ya está en desuso.

use refresh instead

beginRefresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

Valor de propiedad

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAll

Advertencia

Esta API ya está en desuso.

use refreshAll instead

beginRefreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

Valor de propiedad

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAllAndWait

Advertencia

Esta API ya está en desuso.

use refreshAll instead

beginRefreshAllAndWait: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

Valor de propiedad

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

beginRefreshAndWait

Advertencia

Esta API ya está en desuso.

use refresh instead

beginRefreshAndWait: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

Valor de propiedad

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

get

Obtiene la alerta especificada.

get: (scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

Valor de propiedad

(scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

listForScope

Obtiene alertas para un ámbito de recursos.

listForScope: (scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

Valor de propiedad

(scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

refresh

Actualice una alerta.

refresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

Valor de propiedad

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

refreshAll

Actualice todas las alertas de un ámbito de recurso.

refreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

Valor de propiedad

(scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

update

Actualizar una alerta.

update: (scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>

Valor de propiedad

(scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>