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.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=true, Description="Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentAutoUpgrade", Update=true)]
public string ArcAgentProfileAgentAutoUpgrade { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=true, Description="Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentAutoUpgrade", Update=true)>]
member this.ArcAgentProfileAgentAutoUpgrade : string with get, set
Public Property ArcAgentProfileAgentAutoUpgrade As String

Property Value

Attributes

Applies to