AgentPoolArgs

constructor(administratorConfiguration: Output<AdministratorConfigurationArgs>? = null, agentOptions: Output<AgentOptionsArgs>? = null, agentPoolName: Output<String>? = null, attachedNetworkConfiguration: Output<AttachedNetworkConfigurationArgs>? = null, availabilityZones: Output<List<String>>? = null, count: Output<Double>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, kubernetesClusterName: Output<String>? = null, labels: Output<List<KubernetesLabelArgs>>? = null, location: Output<String>? = null, mode: Output<Either<String, AgentPoolMode>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, taints: Output<List<KubernetesLabelArgs>>? = null, upgradeSettings: Output<AgentPoolUpgradeSettingsArgs>? = null, vmSkuName: Output<String>? = null)