CreateOrUpdateKubeBase.NodeOSAutoUpgradeChannel 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "None", "Unmanaged", "NodeImage", "SecurityPatch" })]
[System.Management.Automation.Parameter(HelpMessage="The node OS Upgrade Channel. Manner in which the OS on your nodes is updated.", Mandatory=false)]
public string NodeOSAutoUpgradeChannel { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "None", "Unmanaged", "NodeImage", "SecurityPatch" })>]
[<System.Management.Automation.Parameter(HelpMessage="The node OS Upgrade Channel. Manner in which the OS on your nodes is updated.", Mandatory=false)>]
member this.NodeOSAutoUpgradeChannel : string with get, set
Public Property NodeOSAutoUpgradeChannel As String
Property Value
- Attributes