ManagedClusterAutoUpgradeProfile.NodeOSUpgradeChannel Property

Definition

Gets or sets node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage. Possible values include: 'None', 'Unmanaged', 'NodeImage', 'SecurityPatch'

[Newtonsoft.Json.JsonProperty(PropertyName="nodeOSUpgradeChannel")]
public string NodeOSUpgradeChannel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeOSUpgradeChannel")>]
member this.NodeOSUpgradeChannel : string with get, set
Public Property NodeOSUpgradeChannel As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to