JobSchedule 建構函式

定義

多載

JobSchedule()

初始化 JobSchedule 類別的新實例。

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

初始化 JobSchedule 類別的新實例。

JobSchedule()

初始化 JobSchedule 類別的新實例。

public JobSchedule ();
Public Sub New ()

適用於

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

初始化 JobSchedule 類別的新實例。

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

參數

id
String

取得資源的識別碼。

name
String

取得變數的名稱。

type
String

資源類型

jobScheduleId
String

取得或設定作業排程的識別碼。

schedule
ScheduleAssociationProperty

取得或設定排程。

runbook
RunbookAssociationProperty

取得或設定 Runbook。

runOn
String

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

parameters
IDictionary<String,String>

取得或設定作業排程的參數。

適用於