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

AgentPoolUpdateProfile Class

Definition

Profile for agent pool properties that can be updated.

public class AgentPoolUpdateProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.AgentPoolUpdateProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.AgentPoolUpdateProfile>
public class AgentPoolUpdateProfile
type AgentPoolUpdateProfile = class
    interface IJsonModel<AgentPoolUpdateProfile>
    interface IPersistableModel<AgentPoolUpdateProfile>
type AgentPoolUpdateProfile = class
Public Class AgentPoolUpdateProfile
Implements IJsonModel(Of AgentPoolUpdateProfile), IPersistableModel(Of AgentPoolUpdateProfile)
Public Class AgentPoolUpdateProfile
Inheritance
AgentPoolUpdateProfile
Implements

Constructors

AgentPoolUpdateProfile()

Initializes a new instance of AgentPoolUpdateProfile.

Properties

Count

Number of nodes in the agent pool. The default value is 1.

KubernetesVersion

Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster.

VmSize

The VM sku size of the agent pool node VMs.

Explicit Interface Implementations

IJsonModel<AgentPoolUpdateProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AgentPoolUpdateProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPoolUpdateProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPoolUpdateProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AgentPoolUpdateProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to