HybridContainerServiceNamedAgentPoolProfile Class

Definition

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
HybridContainerServiceNamedAgentPoolProfile
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

IJsonModel<HybridContainerServiceAgentPoolProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from HybridContainerServiceAgentPoolProfile)
IJsonModel<HybridContainerServiceAgentPoolProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HybridContainerServiceAgentPoolProfile)
IJsonModel<HybridContainerServiceNamedAgentPoolProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HybridContainerServiceNamedAgentPoolProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridContainerServiceAgentPoolProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HybridContainerServiceAgentPoolProfile)
IPersistableModel<HybridContainerServiceAgentPoolProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from HybridContainerServiceAgentPoolProfile)
IPersistableModel<HybridContainerServiceAgentPoolProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HybridContainerServiceAgentPoolProfile)
IPersistableModel<HybridContainerServiceNamedAgentPoolProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridContainerServiceNamedAgentPoolProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HybridContainerServiceNamedAgentPoolProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to