共用方式為


JobScheduleMonthlyOccurrence Constructors

Definition

Overloads

JobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

JobScheduleMonthlyOccurrence(JobScheduleDay)

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

JobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

public JobScheduleMonthlyOccurrence ();
Public Sub New ()

Applies to

JobScheduleMonthlyOccurrence(JobScheduleDay)

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

public JobScheduleMonthlyOccurrence (Microsoft.WindowsAzure.Scheduler.Models.JobScheduleDay day);
new Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence : Microsoft.WindowsAzure.Scheduler.Models.JobScheduleDay -> Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence
Public Sub New (day As JobScheduleDay)

Parameters

Applies to