NetworkCloudKubernetesClusterData.InitialAgentPoolConfigurations Property

Definition

The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.

public System.Collections.Generic.IList<Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration> InitialAgentPoolConfigurations { get; }
member this.InitialAgentPoolConfigurations : System.Collections.Generic.IList<Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration>
Public ReadOnly Property InitialAgentPoolConfigurations As IList(Of InitialAgentPoolConfiguration)

Property Value

Applies to