Sdílet prostřednictvím


JobOperationsExtensions.Create Metoda

Definice

Přetížení

Create(IJobOperations, String, String, JobCreateParameters)
Create(IJobOperations, String, String, String, JobCreateParameters, String)

Vytvořte úlohu runbooku. http://aka.ms/azureautomationsdk/joboperations

Create(IJobOperations, String, String, JobCreateParameters)

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

Parametry

operations
IJobOperations
resourceGroupName
String
automationAccount
String
parameters
JobCreateParameters

Návraty

Platí pro

Create(IJobOperations, String, String, String, JobCreateParameters, String)

public static Microsoft.Azure.Management.Automation.Models.Job Create (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, Microsoft.Azure.Management.Automation.Models.JobCreateParameters parameters, string clientRequestId = default);
static member Create : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.JobCreateParameters * string -> Microsoft.Azure.Management.Automation.Models.Job
<Extension()>
Public Function Create (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, parameters As JobCreateParameters, Optional clientRequestId As String = Nothing) As 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.

Návraty

Job

Platí pro