srvSecretRotationWatcher defines the API wrapping a SecretsRotationWatcher.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

NAME: string = "SecretsRotationWatcher"
VERSION: number = 1
_transport: Transport
NAME: string = "SecretsRotationWatcher"
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<SecretRotationWatchResult>

  • Stop stops the watcher.

    Parameters

    • params: any

    Returns Promise<any>

Generated using TypeDoc