次の方法で共有


StorageProfile.BackupRetentionDays プロパティ

定義

サーバーのバックアップ保有日数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="backupRetentionDays")]
public int? BackupRetentionDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupRetentionDays")>]
member this.BackupRetentionDays : Nullable<int> with get, set
Public Property BackupRetentionDays As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象