srvSecretBackendsRotateWatcher defines the API wrapping a SecretBackendsRotateWatcher.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

NAME: string = "SecretBackendsRotateWatcher"
VERSION: number = 1
_transport: Transport
NAME: string = "SecretBackendsRotateWatcher"
VERSION: number = 1

Methods

  • Next returns when a change has occurred to an entity of the collection being watched since the most recent call to Next or the Watch call that created the srvSecretRotationWatcher.

    Parameters

    • params: any

    Returns Promise<SecretBackendRotateWatchResult>

  • Stop stops the watcher.

    Parameters

    • params: any

    Returns Promise<any>

Generated using TypeDoc