Freigeben über


JobScheduleCreateParameters Konstruktoren

Definition

Überlädt

JobScheduleCreateParameters()

Initialisiert eine neue instance der JobScheduleCreateParameters-Klasse.

JobScheduleCreateParameters(JobScheduleCreateProperties)
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

Initialisiert eine neue instance der JobScheduleCreateParameters-Klasse.

JobScheduleCreateParameters()

Initialisiert eine neue instance der JobScheduleCreateParameters-Klasse.

public JobScheduleCreateParameters ();
Public Sub New ()

Gilt für:

JobScheduleCreateParameters(JobScheduleCreateProperties)

public JobScheduleCreateParameters (Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)

Parameter

Gilt für:

JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

Initialisiert eine neue instance der JobScheduleCreateParameters-Klasse.

public JobScheduleCreateParameters (Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook, string runOn = default, System.Collections.Generic.IDictionary<string,string> parameters = default);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty, Optional runOn As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing)

Parameter

schedule
ScheduleAssociationProperty

Ruft den Zeitplan ab oder legt den Zeitplan fest.

runbook
RunbookAssociationProperty

Ruft das Runbook ab oder legt es fest.

runOn
String

Ruft die Hybrid workergruppe ab, für die der geplante Auftrag ausgeführt werden soll, oder legt diese fest.

parameters
IDictionary<String,String>

Ruft eine Liste von Auftragseigenschaften ab oder legt diese fest.

Gilt für: