ControlPlaneProfile interface
ControlPlaneProfile - The control plane properties for the provisioned cluster.
Inherited Properties
| availability |
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones |
| control |
API server endpoint for the control plane |
| count | Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. |
| linux |
Profile for Linux VMs in the container service cluster. |
| name | Unique name of the agent pool profile in the context of the subscription and resource group. |
| node |
The version of node image |
| osSKU | Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows. |
| os |
The particular KubernetesVersion's Image's OS Type (Linux, Windows) |
| vm |
VmSize - The size of the agent pool VMs. |
Inherited Property Details
availabilityZones
AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
availabilityZones?: string[]
Property Value
string[]
Inherited From NamedAgentPoolProfile.availabilityZones
controlPlaneEndpoint
API server endpoint for the control plane
controlPlaneEndpoint?: ControlPlaneEndpointProfileControlPlaneEndpoint
Property Value
Inherited From ControlPlaneEndpointProfile.controlPlaneEndpoint
count
Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
count?: number
Property Value
number
Inherited From NamedAgentPoolProfile.count
linuxProfile
Profile for Linux VMs in the container service cluster.
linuxProfile?: LinuxProfileProperties
Property Value
Inherited From LinuxProfile.linuxProfile
name
Unique name of the agent pool profile in the context of the subscription and resource group.
name?: string
Property Value
string
Inherited From NamedAgentPoolProfile.name
nodeImageVersion
The version of node image
nodeImageVersion?: string
Property Value
string
Inherited From NamedAgentPoolProfile.nodeImageVersion
osSKU
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
osSKU?: string
Property Value
string
Inherited From NamedAgentPoolProfile.osSKU
osType
The particular KubernetesVersion's Image's OS Type (Linux, Windows)
osType?: string
Property Value
string
Inherited From NamedAgentPoolProfile.osType
vmSize
VmSize - The size of the agent pool VMs.
vmSize?: string
Property Value
string
Inherited From NamedAgentPoolProfile.vmSize