你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecurrenceSchedule 构造函数

定义

重载

RecurrenceSchedule()

初始化 RecurrenceSchedule 类的新实例。

RecurrenceSchedule(IDictionary<String,Object>, IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>)

初始化 RecurrenceSchedule 类的新实例。

RecurrenceSchedule()

初始化 RecurrenceSchedule 类的新实例。

public RecurrenceSchedule ();
Public Sub New ()

适用于

RecurrenceSchedule(IDictionary<String,Object>, IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>)

初始化 RecurrenceSchedule 类的新实例。

public RecurrenceSchedule (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, System.Collections.Generic.IList<int?> minutes = default, System.Collections.Generic.IList<int?> hours = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DaysOfWeek?> weekDays = default, System.Collections.Generic.IList<int?> monthDays = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence> monthlyOccurrences = default);
new Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule : System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.DataFactory.Models.DaysOfWeek>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence> -> Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional minutes As IList(Of Nullable(Of Integer)) = Nothing, Optional hours As IList(Of Nullable(Of Integer)) = Nothing, Optional weekDays As IList(Of Nullable(Of DaysOfWeek)) = Nothing, Optional monthDays As IList(Of Nullable(Of Integer)) = Nothing, Optional monthlyOccurrences As IList(Of RecurrenceScheduleOccurrence) = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

minutes
IList<Nullable<Int32>>

分钟。

hours
IList<Nullable<Int32>>

小时。

weekDays
IList<Nullable<DaysOfWeek>>

一周中的几天。

monthDays
IList<Nullable<Int32>>

月天数。

monthlyOccurrences
IList<RecurrenceScheduleOccurrence>

每月发生次数。

适用于