IJobOperations.StopAsync 方法 (String, Guid, CancellationToken)
停止由作业 Id 标识的作业。 (请参阅 https://aka.ms/azureautomationsdk/joboperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
Task<AzureOperationResponse> StopAsync(
string automationAccount,
Guid jobId,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ StopAsync(
String^ automationAccount,
Guid jobId,
CancellationToken cancellationToken
)
abstract StopAsync :
automationAccount:string *
jobId:Guid *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function StopAsync (
automationAccount As String,
jobId As Guid,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
参数
automationAccount
Type: System.String自动管理帐户名称。
jobId
Type: System.Guid作业 id。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<AzureOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
IJobOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首