Share via


AutoPatchingSettings.DayOfWeek Property

Definition

Gets or sets day of week to apply the patch on. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'

[Newtonsoft.Json.JsonProperty(PropertyName="dayOfWeek")]
public Microsoft.Azure.Management.SqlVirtualMachine.Models.DayOfWeek? DayOfWeek { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dayOfWeek")>]
member this.DayOfWeek : Nullable<Microsoft.Azure.Management.SqlVirtualMachine.Models.DayOfWeek> with get, set
Public Property DayOfWeek As Nullable(Of DayOfWeek)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to