次の方法で共有


YearlyRetentionSchedule.MonthsOfYear プロパティ

定義

年単位のアイテム保持ポリシーの月の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象