IArcAgentProfile Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ArcAgentProfileTypeConverter))]
public interface IArcAgentProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ArcAgentProfileTypeConverter))>]
type IArcAgentProfile = interface
interface IJsonSerializable
Public Interface IArcAgentProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AgentAutoUpgrade |
Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled. |
AgentError |
List of arc agentry and system components errors on the cluster resource. |
AgentState |
Represents the current state of the Arc agentry and its dependent components. |
DesiredAgentVersion |
Version of the Arc agents to be installed on the cluster resource |
SystemComponent |
List of system extensions that are installed on the cluster resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |