ScheduleEntries 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
ScheduleEntries() |
Initializes a new instance of the ScheduleEntries class. |
ScheduleEntries(IList<ScheduleEntry>) |
Initializes a new instance of the ScheduleEntries class. |
ScheduleEntries()
Initializes a new instance of the ScheduleEntries class.
public ScheduleEntries ();
Public Sub New ()
Applies to
ScheduleEntries(IList<ScheduleEntry>)
Initializes a new instance of the ScheduleEntries class.
public ScheduleEntries (System.Collections.Generic.IList<Microsoft.Azure.Management.RedisCache.Models.ScheduleEntry> scheduleEntriesProperty);
new Microsoft.Azure.Management.RedisCache.Models.ScheduleEntries : System.Collections.Generic.IList<Microsoft.Azure.Management.RedisCache.Models.ScheduleEntry> -> Microsoft.Azure.Management.RedisCache.Models.ScheduleEntries
Public Sub New (scheduleEntriesProperty As IList(Of ScheduleEntry))
Parameters
- scheduleEntriesProperty
- IList<ScheduleEntry>
List of patch schedules for a Redis cache.