共用方式為


ClusterResourceProperties.HoursBetweenBackups Property

Definition

Gets or sets number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to