AcsClusterProperties interface
Information about the container service backing the cluster
Properties
agent |
The number of agent nodes in the Container Service. This can be changed to scale the cluster. |
agent |
The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. |
cluster |
The FQDN of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
master |
The number of master nodes in the container service. |
orchestrator |
Orchestrator specific properties |
orchestrator |
Type of orchestrator. It cannot be changed once the cluster is created. |
system |
The system services deployed to the cluster |
Property Details
agentCount
The number of agent nodes in the Container Service. This can be changed to scale the cluster.
agentCount?: number
Property Value
number
agentVmSize
The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
agentVmSize?: string
Property Value
string
clusterFqdn
The FQDN of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
clusterFqdn?: string
Property Value
string
masterCount
The number of master nodes in the container service.
masterCount?: number
Property Value
number
orchestratorProperties
Orchestrator specific properties
orchestratorProperties?: KubernetesClusterProperties
Property Value
orchestratorType
Type of orchestrator. It cannot be changed once the cluster is created.
orchestratorType: string
Property Value
string
systemServices
The system services deployed to the cluster
systemServices?: SystemService[]
Property Value
Azure SDK for JavaScript