AcsClusterPropertiesArgs

constructor(agentCount: Output<Int>? = null, agentVmSize: Output<Either<String, AgentVMSizeTypes>>? = null, masterCount: Output<Int>? = null, orchestratorProperties: Output<KubernetesClusterPropertiesArgs>? = null, orchestratorType: Output<Either<String, OrchestratorType>>, systemServices: Output<List<SystemServiceArgs>>? = null)