AksNodePoolConfig
Record sealed net8.0
Configuration for an AKS node pool.
namespace Aspire.Hosting.Azure.Kubernetes;
public sealed record AksNodePoolConfig : System.IEquatable<Aspire.Hosting.Azure.Kubernetes.AksNodePoolConfig>{ // ...} IEquatable<AksNodePoolConfig>
14 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesMaxCountget; initintThe maximum number of nodes.
MinCountget; initintThe minimum number of nodes.
Modeget; initThe mode of the node pool.
Nameget; initstringThe name of the node pool.
VmSizeget; initstringThe VM size for nodes in the pool.
Methods8
Section titled Methods<Clone>$Deconstruct(string, string, int, int, AksNodePoolMode)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(AksNodePoolConfig?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(AksNodePoolConfig?, AksNodePoolConfig?)staticboolop_Inequality(AksNodePoolConfig?, AksNodePoolConfig?)staticboolToStringstringReturns a string that represents the current object.