Skip to content
Docs Try Aspire
Docs Try

AksNodePoolResource Constructors

Class Constructors 1 member
Represents an AKS node pool with Azure-specific configuration such as VM size and autoscaling. Extends the base Kubernetes.KubernetesNodePoolResource with provisioning configuration that is used to generate Azure Bicep for the AKS agent pool profile.
Constructor(string, AksNodePoolConfig, AzureKubernetesEnvironmentResource) Section titled Constructor(string, AksNodePoolConfig, AzureKubernetesEnvironmentResource)
Represents an AKS node pool with Azure-specific configuration such as VM size and autoscaling. Extends the base Kubernetes.KubernetesNodePoolResource with provisioning configuration that is used to generate Azure Bicep for the AKS agent pool profile.
public class AksNodePoolResource
{
public AksNodePoolResource(
string name,
AksNodePoolConfig config,
AzureKubernetesEnvironmentResource parent)
{
// ...
}
}
name string The name of the node pool resource.
config AksNodePoolConfig The Azure-specific node pool configuration.
parent AzureKubernetesEnvironmentResource The parent AKS environment resource.