Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidateOperation

Package version

Interface representing a ValidateOperation.

Hierarchy

  • ValidateOperation

Implemented by

Index

Methods

beginTrigger

  • Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

    Parameters

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginTriggerAndWait

  • Validate operation for specified backed up item in the form of an asynchronous operation. Returns tracking headers which can be tracked using GetValidateOperationResult API.

    Parameters

    Returns Promise<void>

Generated using TypeDoc