HybridContainerServiceNamedAgentPoolProfile Class
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.
Profile of the default agent pool along with a name parameter.
public class HybridContainerServiceNamedAgentPoolProfile : Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceAgentPoolProfile, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceNamedAgentPoolProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceNamedAgentPoolProfile>
public class HybridContainerServiceNamedAgentPoolProfile : Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceAgentPoolProfile
type HybridContainerServiceNamedAgentPoolProfile = class
inherit HybridContainerServiceAgentPoolProfile
interface IJsonModel<HybridContainerServiceNamedAgentPoolProfile>
interface IPersistableModel<HybridContainerServiceNamedAgentPoolProfile>
type HybridContainerServiceNamedAgentPoolProfile = class
inherit HybridContainerServiceAgentPoolProfile
Public Class HybridContainerServiceNamedAgentPoolProfile
Inherits HybridContainerServiceAgentPoolProfile
Implements IJsonModel(Of HybridContainerServiceNamedAgentPoolProfile), IPersistableModel(Of HybridContainerServiceNamedAgentPoolProfile)
Public Class HybridContainerServiceNamedAgentPoolProfile
Inherits HybridContainerServiceAgentPoolProfile
- Inheritance
- Implements
Constructors
HybridContainerServiceNamedAgentPoolProfile() |
Initializes a new instance of HybridContainerServiceNamedAgentPoolProfile. |
Properties
Count |
Number of nodes in the agent pool. The default value is 1. |
EnableAutoScaling |
Whether to enable auto-scaler. Default value is false. (Inherited from HybridContainerServiceAgentPoolProfile) |
KubernetesVersion |
Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster. |
MaxCount |
The maximum number of nodes for auto-scaling. (Inherited from HybridContainerServiceAgentPoolProfile) |
MaxPods |
The maximum number of pods that can run on a node. (Inherited from HybridContainerServiceAgentPoolProfile) |
MinCount |
The minimum number of nodes for auto-scaling. (Inherited from HybridContainerServiceAgentPoolProfile) |
Name |
Unique name of the default agent pool in the context of the provisioned cluster. Default value is <clusterName>-nodepool1. |
NodeLabels |
The node labels to be persisted across all nodes in agent pool. (Inherited from HybridContainerServiceAgentPoolProfile) |
NodeTaints |
Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. (Inherited from HybridContainerServiceAgentPoolProfile) |
OSSku |
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows. (Inherited from HybridContainerServiceAgentPoolProfile) |
OSType |
The particular KubernetesVersion Image OS Type (Linux, Windows). (Inherited from HybridContainerServiceAgentPoolProfile) |
VmSize |
The VM sku size of the agent pool node VMs. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET