次の方法で共有


WeeklyRetentionFormat.WeeksOfTheMonth プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象