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. Default value: 2. |
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. Possible values include: 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3', 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9', 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3', 'Standard_D4', 'Standard_D11', 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2', 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3', 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'. Default value: 'Standard_D3_v2'. |
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. Default value: 1. |
orchestrator |
Orchestrator specific properties |
orchestrator |
Type of orchestrator. It cannot be changed once the cluster is created. Possible values include: 'Kubernetes', 'None' |
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. Default value: 2.
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. Possible values include: 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3', 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9', 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3', 'Standard_D4', 'Standard_D11', 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2', 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3', 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'. Default value: 'Standard_D3_v2'.
agentVmSize?: AgentVMSizeTypes
Property Value
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. Default value: 1.
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. Possible values include: 'Kubernetes', 'None'
orchestratorType: OrchestratorType
Property Value
systemServices
The system services deployed to the cluster
systemServices?: SystemService[]