Share via


InitialAgentPoolConfiguration Constructor

Definition

Initializes a new instance of InitialAgentPoolConfiguration.

public InitialAgentPoolConfiguration (long count, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolMode mode, string name, string vmSkuName);
new Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration : int64 * Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolMode * string * string -> Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration
Public Sub New (count As Long, mode As NetworkCloudAgentPoolMode, name As String, vmSkuName As String)

Parameters

count
Int64

The number of virtual machines that use this configuration.

mode
NetworkCloudAgentPoolMode

The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.

name
String

The name that will be used for the agent pool resource representing this agent pool.

vmSkuName
String

The name of the VM SKU that determines the size of resources allocated for node VMs.

Exceptions

name or vmSkuName is null.

Applies to