GetKubernetesClusterAgentPoolProfile

fun GetKubernetesClusterAgentPoolProfile(count: Int, enableAutoScaling: Boolean, enableNodePublicIp: Boolean, maxCount: Int, maxPods: Int, minCount: Int, name: String, nodeLabels: Map<String, String>, nodePublicIpPrefixId: String, nodeTaints: List<String>, orchestratorVersion: String, osDiskSizeGb: Int, osType: String, tags: Map<String, String>, type: String, upgradeSettings: List<GetKubernetesClusterAgentPoolProfileUpgradeSetting>, vmSize: String, vnetSubnetId: String, zones: List<String>)