次の方法で共有


DailyRetentionFormat.DaysOfTheMonth プロパティ

定義

月の日数の一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象