Share via


ControlPlaneNodeConfiguration Class

Definition

ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ControlPlaneNodeConfigurationTypeConverter))]
public class ControlPlaneNodeConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IControlPlaneNodeConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ControlPlaneNodeConfigurationTypeConverter))>]
type ControlPlaneNodeConfiguration = class
    interface IControlPlaneNodeConfiguration
    interface IJsonSerializable
Public Class ControlPlaneNodeConfiguration
Implements IControlPlaneNodeConfiguration
Inheritance
ControlPlaneNodeConfiguration
Attributes
Implements

Constructors

ControlPlaneNodeConfiguration()

Creates an new ControlPlaneNodeConfiguration instance.

Properties

AdministratorConfigurationAdminUsername

The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.

AdministratorConfigurationSshPublicKey

The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.

AvailabilityZone

The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.

Count

The number of virtual machines that use this configuration.

VMSkuName

The name of the VM SKU supplied during creation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ControlPlaneNodeConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ControlPlaneNodeConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IControlPlaneNodeConfiguration.

FromJsonString(String)

Creates a new instance of ControlPlaneNodeConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ControlPlaneNodeConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to