RecurrenceScheduleOccurrence Constructors

Definition

Overloads

RecurrenceScheduleOccurrence()

Initializes a new instance of the RecurrenceScheduleOccurrence class.

RecurrenceScheduleOccurrence(IDictionary<String,Object>, Nullable<DayOfWeek>, Nullable<Int32>)

Initializes a new instance of the RecurrenceScheduleOccurrence class.

RecurrenceScheduleOccurrence()

Initializes a new instance of the RecurrenceScheduleOccurrence class.

public RecurrenceScheduleOccurrence ();
Public Sub New ()

Applies to

RecurrenceScheduleOccurrence(IDictionary<String,Object>, Nullable<DayOfWeek>, Nullable<Int32>)

Initializes a new instance of the RecurrenceScheduleOccurrence class.

public RecurrenceScheduleOccurrence (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.DayOfWeek? day = default, int? occurrence = default);
new Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence : System.Collections.Generic.IDictionary<string, obj> * Nullable<Microsoft.Azure.Management.DataFactory.Models.DayOfWeek> * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional day As Nullable(Of DayOfWeek) = Nothing, Optional occurrence As Nullable(Of Integer) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

day
Nullable<DayOfWeek>

The day of the week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'

occurrence
Nullable<Int32>

The occurrence.

Applies to