JobCancellationsOperations interface

Interface representing a JobCancellations operations.

Properties

trigger

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

Property Details

trigger

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

trigger: (vaultName: string, resourceGroupName: string, jobName: string, options?: JobCancellationsTriggerOptionalParams) => Promise<void>

Property Value

(vaultName: string, resourceGroupName: string, jobName: string, options?: JobCancellationsTriggerOptionalParams) => Promise<void>