Freigeben über


JobOperationsExtensions.Create Methode

Definition

Überlädt

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

Erstellen Sie einen Auftrag des Runbooks. 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

Parameter

operations
IJobOperations
resourceGroupName
String
automationAccount
String
parameters
JobCreateParameters

Gibt zurück

Gilt für:

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

Erstellen Sie einen Auftrag des Runbooks. http://aka.ms/azureautomationsdk/joboperations

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

Parameter

operations
IJobOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

jobName
String

Der Auftragsname.

parameters
JobCreateParameters

Die Parameter, die für den Erstellungsauftragsvorgang bereitgestellt werden.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

Gibt zurück

Job

Gilt für: