# Constants
APIVersion is the version of this API.
Creating means ContainerService resource is being created.
DCOS is the string constant for DCOS orchestrator type and defaults to DCOS187.
Deleting means resource is in the process of being deleted.
Failed means resource is in failed state.
Kubernetes is the string constant for the Kubernetes orchestrator type.
Linux string constant for VMs.
MaxAgentCount are the maximum number of agents.
Mesos is the string constant for the Mesos orchestrator type.
Migrating means resource is being migrated from one subscription or resource group to another.
MinAgentCount are the minimum number of agents.
Succeeded means resource created succeeded during last create/update.
Swarm is the string constant for the Swarm orchestrator type.
SwarmMode is the string constant for the Swarm Mode orchestrator type.
Updating means an existing ContainerService resource is being updated.
Windows string constant for VMs.
# Structs
AgentPoolProfile represents configuration of VMs running agent daemons that register with the master and offer resources to host applications in containers.
ContainerService complies with the ARM model of resource definition in a JSON template.
CustomProfile specifies custom properties that are used for cluster instantiation.
DiagnosticsProfile setting to enable/disable capturing diagnostics for VMs hosting container cluster.
JumpboxProfile dscribes properties of the jumpbox setup in the ACS container cluster.
LinuxProfile represents the Linux configuration passed to the cluster.
MasterProfile represents the definition of master cluster.
OrchestratorProfile contains Orchestrator properties.
Properties represents the ACS cluster definition.
PublicKey represents an SSH key for LinuxProfile.
ResourcePurchasePlan defines resource plan as required by ARM for billing purposes.
ServicePrincipalProfile contains the client and secret used by the cluster for Azure Resource CRUD.
VMDiagnostics contains settings to on/off boot diagnostics collection in RD Host.
WindowsProfile represents the Windows configuration passed to the cluster.
# Type aliases
OSType represents OS types of agents.
ProvisioningState represents the current state of container service resource.