AutoPatchingSettings.DayOfWeek Property
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.
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