다음을 통해 공유


AcsClusterProperties Class

Definition

Information about the container service backing the cluster.

public class AcsClusterProperties
type AcsClusterProperties = class
Public Class AcsClusterProperties
Inheritance
AcsClusterProperties

Constructors

AcsClusterProperties(OrchestratorType)

Initializes a new instance of AcsClusterProperties.

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.

MasterCount

The number of master nodes in the container service.

OrchestratorServicePrincipal

The Azure Service Principal used by Kubernetes.

OrchestratorType

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

SystemServices

The system services deployed to the cluster.

Applies to