Share via


ManagedCluster.EnableAutoOSUpgrade Property

Definition

Gets or sets setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to