다음을 통해 공유


MaintenanceConfigurationProperties.TimeInWeek Property

Definition

Gets or sets if two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to