Sdílet prostřednictvím


JobOperationsExtensions.CreateAsync Metoda

Definice

Přetížení

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

Vytvořte úlohu runbooku. 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)

Parametry

operations
IJobOperations
resourceGroupName
String
automationAccount
String
parameters
JobCreateParameters

Návraty

Platí pro

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

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)

Parametry

operations
IJobOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

jobName
String

Název úlohy.

parameters
JobCreateParameters

Parametry zadané pro operaci vytvoření úlohy.

clientRequestId
String

Identifikuje tento konkrétní požadavek klienta.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro