共用方式為


ClusterResourceProperties.RepairEnabled Property

Definition

Gets or sets should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs.

[Newtonsoft.Json.JsonProperty(PropertyName="repairEnabled")]
public bool? RepairEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="repairEnabled")>]
member this.RepairEnabled : Nullable<bool> with get, set
Public Property RepairEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to