IUpdateRun.UpgradeType 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.
The upgrade type. Full requires the KubernetesVersion property to be set. NodeImageOnly requires the KubernetesVersion property not to be set.
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "Full", "NodeImageOnly" })]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The upgrade type.\r\n Full requires the KubernetesVersion property to be set.\r\n NodeImageOnly requires the KubernetesVersion property not to be set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="type", Update=true)]
public string UpgradeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "Full", "NodeImageOnly" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The upgrade type.\r\n Full requires the KubernetesVersion property to be set.\r\n NodeImageOnly requires the KubernetesVersion property not to be set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="type", Update=true)>]
member this.UpgradeType : string with get, set
Public Property UpgradeType As String
Property Value
- Attributes