你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IArcAgentProfile Interface

Definition

[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)

Applies to