次の方法で共有


InitialAgentPoolConfiguration Class

Definition

InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster.

public class InitialAgentPoolConfiguration
public class InitialAgentPoolConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.InitialAgentPoolConfiguration>
type InitialAgentPoolConfiguration = class
type InitialAgentPoolConfiguration = class
    interface IJsonModel<InitialAgentPoolConfiguration>
    interface IPersistableModel<InitialAgentPoolConfiguration>
Public Class InitialAgentPoolConfiguration
Public Class InitialAgentPoolConfiguration
Implements IJsonModel(Of InitialAgentPoolConfiguration), IPersistableModel(Of InitialAgentPoolConfiguration)
Inheritance
InitialAgentPoolConfiguration
Implements

Constructors

InitialAgentPoolConfiguration(Int64, NetworkCloudAgentPoolMode, String, String)

Initializes a new instance of InitialAgentPoolConfiguration.

Properties

AdministratorConfiguration

The administrator credentials to be used for the nodes in this agent pool.

AgentOptions

The configurations that will be applied to each agent in this agent pool.

AttachedNetworkConfiguration

The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.

AvailabilityZones

The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.

Count

The number of virtual machines that use this configuration.

Labels

The labels applied to the nodes in this agent pool.

Mode

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

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

Taints

The taints applied to the nodes in this agent pool.

UpgradeSettings

The configuration of the agent pool.

VmSkuName

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InitialAgentPoolConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InitialAgentPoolConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InitialAgentPoolConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InitialAgentPoolConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InitialAgentPoolConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to