Dela via


JobScheduleCreateParameters Konstruktorer

Definition

Överlagringar

JobScheduleCreateParameters()

Initierar en ny instans av klassen JobScheduleCreateParameters.

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

Initierar en ny instans av klassen JobScheduleCreateParameters.

JobScheduleCreateParameters()

Initierar en ny instans av klassen JobScheduleCreateParameters.

public JobScheduleCreateParameters ();
Public Sub New ()

Gäller 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)

Parametrar

Gäller för

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

Initierar en ny instans av klassen JobScheduleCreateParameters.

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)

Parametrar

schedule
ScheduleAssociationProperty

Hämtar eller anger schemat.

runbook
RunbookAssociationProperty

Hämtar eller anger runbooken.

runOn
String

Hämtar eller anger den Hybrid Worker-grupp som det schemalagda jobbet ska köras på.

parameters
IDictionary<String,String>

Hämtar eller anger en lista över jobbegenskaper.

Gäller för