Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ManagementWaiter

Hierarchy

  • ManagementWaiter

Constructors

constructor

Properties

Private client

Private Optional Readonly config

Methods

forAuthenticationProvider

forChannel

  • Waits forChannel till it reaches any of the provided states

    Parameters

    • request: GetChannelRequest

      the request to send

    • Rest ...targetStates: LifecycleState[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetChannelResponse | null>

    response returns GetChannelResponse | null (null in case of 404 response)

forDigitalAssistant

forDigitalAssistantParameter

forOdaPrivateEndpoint

forOdaPrivateEndpointAttachment

forOdaPrivateEndpointScanProxy

forSkill

  • Waits forSkill till it reaches any of the provided states

    Parameters

    • request: GetSkillRequest

      the request to send

    • Rest ...targetStates: LifecycleState[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetSkillResponse | null>

    response returns GetSkillResponse | null (null in case of 404 response)

forSkillParameter

forTranslator