共用方式為


JobScheduleCreateParameters 建構函式

定義

多載

JobScheduleCreateParameters()

初始化 JobScheduleCreateParameters 類別的新實例。

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

初始化 JobScheduleCreateParameters 類別的新實例。

JobScheduleCreateParameters()

初始化 JobScheduleCreateParameters 類別的新實例。

public JobScheduleCreateParameters ();
Public Sub New ()

適用於

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)

參數

適用於

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

初始化 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)

參數

schedule
ScheduleAssociationProperty

取得或設定排程。

runbook
RunbookAssociationProperty

取得或設定 Runbook。

runOn
String

取得或設定排程工作應該執行的混合式背景工作群組。

parameters
IDictionary<String,String>

取得或設定作業屬性的清單。

適用於