RedisPatchSchedule.ScheduleEntries Property

Definition

Gets or sets list of patch schedules for a Redis cache.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduleEntries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> ScheduleEntries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduleEntries")>]
member this.ScheduleEntries : System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> with get, set
Public Property ScheduleEntries As IList(Of ScheduleEntry)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to