IConnectedCluster.ArcAgentProfileAgentAutoUpgrade 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.
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