ClusterResourceProperties.HoursBetweenBackups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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