共用方式為


JobScheduleCreateProperties Constructors

Definition

Overloads

JobScheduleCreateProperties()

Initializes a new instance of the JobScheduleCreateProperties class.

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

Initializes a new instance of the JobScheduleCreateProperties class with required arguments.

JobScheduleCreateProperties()

Initializes a new instance of the JobScheduleCreateProperties class.

public JobScheduleCreateProperties ();
Public Sub New ()

Applies to

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

Initializes a new instance of the JobScheduleCreateProperties class with required arguments.

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

Parameters

Applies to