AdvancedScheduleMonthlyOccurrence 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
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
- 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
Azure SDK for .NET