IKubernetesPatchVersions.Upgrade 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.
Possible upgrade paths for given patch version
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Possible upgrade paths for given patch version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)]
public System.Collections.Generic.List<string> Upgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Possible upgrade paths for given patch version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgrades", Update=true)>]
member this.Upgrade : System.Collections.Generic.List<string> with get, set
Public Property Upgrade As List(Of String)
Property Value
- Attributes