Share via


IConnectedCluster.ArcAgentProfileAgentAutoUpgrade Property

Definition

Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AutoUpgradeOptions) }, ReadOnly=false, Required=false, SerializedName="agentAutoUpgrade")]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AutoUpgradeOptions? ArcAgentProfileAgentAutoUpgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AutoUpgradeOptions) }, ReadOnly=false, Required=false, SerializedName="agentAutoUpgrade")>]
member this.ArcAgentProfileAgentAutoUpgrade : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AutoUpgradeOptions> with get, set
Public Property ArcAgentProfileAgentAutoUpgrade As Nullable(Of AutoUpgradeOptions)

Property Value

Attributes

Applies to