AutomationRunbookResource.StopTestJob(CancellationToken) Method

Definition

Stop the test job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/stop
  • Operation Id: TestJob_Stop
public virtual Azure.Response StopTestJob (System.Threading.CancellationToken cancellationToken = default);
abstract member StopTestJob : System.Threading.CancellationToken -> Azure.Response
override this.StopTestJob : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function StopTestJob (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to