Share via


IArcAgentProfile.AgentAutoUpgrade 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? AgentAutoUpgrade { 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.AgentAutoUpgrade : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AutoUpgradeOptions> with get, set
Public Property AgentAutoUpgrade As Nullable(Of AutoUpgradeOptions)

Property Value

Attributes

Applies to