你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationRunbookResource.SuspendTestJob(CancellationToken) 方法

定义

挂起测试作业。

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

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于