JobOperationsExtensions.CreateAsync メソッド

定義

オーバーロード

CreateAsync(IJobOperations, String, String, JobCreateParameters)
CreateAsync(IJobOperations, String, String, String, JobCreateParameters, String, CancellationToken)

Runbook のジョブを作成します。 http://aka.ms/azureautomationsdk/joboperations

CreateAsync(IJobOperations, String, String, JobCreateParameters)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobCreateResponse> CreateAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobCreateParameters parameters);
static member CreateAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, parameters As JobCreateParameters) As Task(Of JobCreateResponse)

パラメーター

operations
IJobOperations
resourceGroupName
String
automationAccount
String
parameters
JobCreateParameters

戻り値

適用対象

CreateAsync(IJobOperations, String, String, String, JobCreateParameters, String, CancellationToken)

Runbook のジョブを作成します。 http://aka.ms/azureautomationsdk/joboperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Job> CreateAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, Microsoft.Azure.Management.Automation.Models.JobCreateParameters parameters, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.JobCreateParameters * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Job>
<Extension()>
Public Function CreateAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, parameters As JobCreateParameters, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Job)

パラメーター

operations
IJobOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

jobName
String

ジョブ名です。

parameters
JobCreateParameters

ジョブの作成操作に指定されたパラメーター。

clientRequestId
String

この特定のクライアント要求を識別します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象