Freigeben über


JobScheduleCreateProperties Konstruktoren

Definition

Überlädt

JobScheduleCreateProperties()
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

JobScheduleCreateProperties()

public JobScheduleCreateProperties ();
Public Sub New ()

Gilt für:

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)

Parameter

Gilt für: