JobScheduleMonthlyOccurrence Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- day
- JobScheduleDay