Megosztás a következőn keresztül:


JobSchedule Konstruktorok

Definíció

Túlterhelések

JobSchedule()

Inicializálja a JobSchedule osztály új példányát.

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

Inicializálja a JobSchedule osztály új példányát.

JobSchedule()

Inicializálja a JobSchedule osztály új példányát.

public JobSchedule ();
Public Sub New ()

A következőre érvényes:

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

Inicializálja a JobSchedule osztály új példányát.

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)

Paraméterek

id
String

Lekéri az erőforrás azonosítóját.

name
String

Lekéri a változó nevét.

type
String

Erőforrás típusa

jobScheduleId
String

Lekéri vagy beállítja a feladatütemezés azonosítóját.

schedule
ScheduleAssociationProperty

Lekéri vagy beállítja az ütemezést.

runbook
RunbookAssociationProperty

Lekéri vagy beállítja a runbookot.

runOn
String

Lekéri vagy beállítja azt a hibrid feldolgozócsoportot, amelyen az ütemezett feladatnak futnia kell.

parameters
IDictionary<String,String>

Lekéri vagy beállítja a feladatütemezés paramétereit.

A következőre érvényes: