Partager via


JobScheduleCreateProperties Constructeurs

Définition

Surcharges

JobScheduleCreateProperties()
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

JobScheduleCreateProperties()

public JobScheduleCreateProperties ();
Public Sub New ()

S’applique à

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

public JobScheduleCreateProperties (Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties : Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty)

Paramètres

S’applique à