WeeklyRetentionFormat.WeeksOfTheMonth Property

Definition

Gets or sets list of weeks of month.

[Newtonsoft.Json.JsonProperty(PropertyName="weeksOfTheMonth")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeekOfMonth?> WeeksOfTheMonth { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weeksOfTheMonth")>]
member this.WeeksOfTheMonth : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeekOfMonth>> with get, set
Public Property WeeksOfTheMonth As IList(Of Nullable(Of WeekOfMonth))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to