DailyRetentionFormat.DaysOfTheMonth Property

Definition

Gets or sets list of days of the month.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to