IAgentPoolUpdateProfile 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.AksArc.Models.AgentPoolUpdateProfileTypeConverter))]
public interface IAgentPoolUpdateProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolUpdateProfileTypeConverter))>]
type IAgentPoolUpdateProfile = interface
interface IJsonSerializable
Public Interface IAgentPoolUpdateProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |