Share via


AgentPoolUpdateProfile Class

Definition

Profile for agent pool properties that can be updated

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolUpdateProfileTypeConverter))]
public class AgentPoolUpdateProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolUpdateProfileTypeConverter))>]
type AgentPoolUpdateProfile = class
    interface IAgentPoolUpdateProfile
    interface IJsonSerializable
Public Class AgentPoolUpdateProfile
Implements IAgentPoolUpdateProfile
Inheritance
AgentPoolUpdateProfile
Attributes
Implements

Constructors

AgentPoolUpdateProfile()

Creates an new AgentPoolUpdateProfile instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolUpdateProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolUpdateProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile.

FromJsonString(String)

Creates a new instance of AgentPoolUpdateProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolUpdateProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to