Freigeben über


IManagedClusterAutoUpgradeProfile.NodeOSUpgradeChannel Property

Definition

Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "None", "Unmanaged", "NodeImage", "SecurityPatch" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeOSUpgradeChannel", Update=true)]
public string NodeOSUpgradeChannel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "None", "Unmanaged", "NodeImage", "SecurityPatch" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeOSUpgradeChannel", Update=true)>]
member this.NodeOSUpgradeChannel : string with get, set
Public Property NodeOSUpgradeChannel As String

Property Value

Attributes

Applies to