Share via


JobScheduleCreateProperties Constructors

Definition

Overloads

JobScheduleCreateProperties()
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

JobScheduleCreateProperties()

public JobScheduleCreateProperties ();
Public Sub New ()

Applies to

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)

Parameters

Applies to