Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobCancellations

Package version

Interface representing a JobCancellations.

Hierarchy

  • JobCancellations

Implemented by

Index

Methods

Methods

trigger

  • Cancels a job. This is an asynchronous operation. To know the status of the cancellation, call GetCancelOperationResult API.

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • jobName: string

      Name of the job to cancel.

    • Optional options: JobCancellationsTriggerOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc