Partilhar via


IUpdateRunProperties.UpgradeType Property

Definition

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

Applies to