Share via


AdvancedScheduleMonthlyOccurrence Constructors

Definition

Overloads

AdvancedScheduleMonthlyOccurrence()

Initializes a new instance of the AdvancedScheduleMonthlyOccurrence class.

AdvancedScheduleMonthlyOccurrence(Nullable<Int32>, String)

Initializes a new instance of the AdvancedScheduleMonthlyOccurrence class.

AdvancedScheduleMonthlyOccurrence()

Initializes a new instance of the AdvancedScheduleMonthlyOccurrence class.

public AdvancedScheduleMonthlyOccurrence ();
Public Sub New ()

Applies to

AdvancedScheduleMonthlyOccurrence(Nullable<Int32>, String)

Initializes a new instance of the AdvancedScheduleMonthlyOccurrence class.

public AdvancedScheduleMonthlyOccurrence (int? occurrence = default, string day = default);
new Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence : Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence
Public Sub New (Optional occurrence As Nullable(Of Integer) = Nothing, Optional day As String = Nothing)

Parameters

occurrence
Nullable<Int32>

Occurrence of the week within the month. Must be between 1 and 5

day
String

Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'

Applies to