Compartir a través de


JobScheduleCreateParameters Constructores

Definición

Sobrecargas

JobScheduleCreateParameters()

Inicializa una nueva instancia de la clase JobScheduleCreateParameters.

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

Inicializa una nueva instancia de la clase JobScheduleCreateParameters.

JobScheduleCreateParameters()

Inicializa una nueva instancia de la clase JobScheduleCreateParameters.

public JobScheduleCreateParameters ();
Public Sub New ()

Se aplica a

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)

Parámetros

Se aplica a

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

Inicializa una nueva instancia de la clase 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)

Parámetros

schedule
ScheduleAssociationProperty

Obtiene o establece la programación.

runbook
RunbookAssociationProperty

Obtiene o establece el runbook.

runOn
String

Obtiene o establece el grupo de Hybrid Worker en el que se debe ejecutar el trabajo programado.

parameters
IDictionary<String,String>

Obtiene o establece una lista de propiedades de trabajo.

Se aplica a