LongTermRetentionPolicy.WeekOfYear Property

Definition

Gets or sets the week of year to take the yearly backup in an ISO 8601 format.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.weekOfYear")]
public int? WeekOfYear { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.weekOfYear")>]
member this.WeekOfYear : Nullable<int> with get, set
Public Property WeekOfYear As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to