YearlyRetentionSchedule.MonthsOfYear Property

Definition

Gets or sets list of months of year of yearly retention policy.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to