Aracılığıyla paylaş


JobSchedule Oluşturucular

Tanım

Aşırı Yüklemeler

JobSchedule()

JobSchedule sınıfının yeni bir örneğini başlatır.

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

JobSchedule sınıfının yeni bir örneğini başlatır.

JobSchedule()

JobSchedule sınıfının yeni bir örneğini başlatır.

public JobSchedule ();
Public Sub New ()

Şunlara uygulanır

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

JobSchedule sınıfının yeni bir örneğini başlatır.

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)

Parametreler

id
String

Kaynağın kimliğini alır.

name
String

Değişkenin adını alır.

type
String

Kaynak türü

jobScheduleId
String

İş zamanlamasının kimliğini alır veya ayarlar.

schedule
ScheduleAssociationProperty

Zamanlamayı alır veya ayarlar.

runbook
RunbookAssociationProperty

Runbook'u alır veya ayarlar.

runOn
String

Zamanlanmış işin üzerinde çalışması gereken karma çalışan grubunu alır veya ayarlar.

parameters
IDictionary<String,String>

İş zamanlamasının parametrelerini alır veya ayarlar.

Şunlara uygulanır