IJobOperations.CreateAsync 方法 (String, JobCreateParameters, CancellationToken)
创建 runbook 的作业。 (请参阅 https://aka.ms/azureautomationsdk/joboperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
Task<JobCreateResponse> CreateAsync(
string automationAccount,
JobCreateParameters parameters,
CancellationToken cancellationToken
)
Task<JobCreateResponse^>^ CreateAsync(
String^ automationAccount,
JobCreateParameters^ parameters,
CancellationToken cancellationToken
)
abstract CreateAsync :
automationAccount:string *
parameters:JobCreateParameters *
cancellationToken:CancellationToken -> Task<JobCreateResponse>
Function CreateAsync (
automationAccount As String,
parameters As JobCreateParameters,
cancellationToken As CancellationToken
) As Task(Of JobCreateResponse)
参数
automationAccount
Type: System.String自动管理帐户名称。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters提供对创建作业操作的参数。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<JobCreateResponse>
创建作业操作该响应模型。
请参阅
IJobOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首