IManagedClusterAutoUpgradeProfile.NodeOSUpgradeChannel 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.
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