ControlPlaneNodeConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster.
public class ControlPlaneNodeConfiguration
type ControlPlaneNodeConfiguration = class
Public Class ControlPlaneNodeConfiguration
- Inheritance
-
ControlPlaneNodeConfiguration
Constructors
ControlPlaneNodeConfiguration(Int64, String) |
Initializes a new instance of ControlPlaneNodeConfiguration. |
Properties
AdministratorConfiguration |
The administrator credentials to be used for the nodes in the control plane. |
AvailabilityZones |
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. |
Applies to
Azure SDK for .NET