ManagedClusterArgs

constructor(addonFeatures: Output<List<Either<String, ManagedClusterAddOnFeature>>>? = null, adminPassword: Output<String>? = null, adminUserName: Output<String>? = null, allowRdpAccess: Output<Boolean>? = null, applicationTypeVersionsCleanupPolicy: Output<ApplicationTypeVersionsCleanupPolicyArgs>? = null, auxiliarySubnets: Output<List<SubnetArgs>>? = null, azureActiveDirectory: Output<AzureActiveDirectoryArgs>? = null, clientConnectionPort: Output<Int>? = null, clients: Output<List<ClientCertificateArgs>>? = null, clusterCodeVersion: Output<String>? = null, clusterName: Output<String>? = null, clusterUpgradeCadence: Output<Either<String, ClusterUpgradeCadence>>? = null, clusterUpgradeMode: Output<Either<String, ClusterUpgradeMode>>? = null, ddosProtectionPlanId: Output<String>? = null, dnsName: Output<String>? = null, enableAutoOSUpgrade: Output<Boolean>? = null, enableHttpGatewayExclusiveAuthMode: Output<Boolean>? = null, enableIpv6: Output<Boolean>? = null, enableServicePublicIP: Output<Boolean>? = null, fabricSettings: Output<List<SettingsSectionDescriptionArgs>>? = null, httpGatewayConnectionPort: Output<Int>? = null, httpGatewayTokenAuthConnectionPort: Output<Int>? = null, ipTags: Output<List<IpTagArgs>>? = null, loadBalancingRules: Output<List<LoadBalancingRuleArgs>>? = null, location: Output<String>? = null, networkSecurityRules: Output<List<NetworkSecurityRuleArgs>>? = null, publicIPPrefixId: Output<String>? = null, publicIPv6PrefixId: Output<String>? = null, resourceGroupName: Output<String>? = null, serviceEndpoints: Output<List<ServiceEndpointArgs>>? = null, sku: Output<SkuArgs>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, upgradeDescription: Output<ClusterUpgradePolicyArgs>? = null, useCustomVnet: Output<Boolean>? = null, zonalResiliency: Output<Boolean>? = null, zonalUpdateMode: Output<Either<String, ZonalUpdateMode>>? = null)