次の方法で共有


ClusterResourceProperties.HoursBetweenBackups プロパティ

定義

クラスターのバックアップを作成するまでの待機時間を取得または設定します。 バックアップを無効にするには、このプロパティを 0 に設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象