AcsClusterProperties interface

Information about the container service backing the cluster

Properties

agentCount

The number of agent nodes in the Container Service. This can be changed to scale the cluster.

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.

clusterFqdn

The FQDN of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

masterCount

The number of master nodes in the container service.

orchestratorProperties

Orchestrator specific properties

orchestratorType

Type of orchestrator. It cannot be changed once the cluster is created.

systemServices

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