Managed Cluster Args
constructor(authentication: Output<ManagedClusterAuthenticationArgs>? = null, backupServiceEnabled: Output<Boolean>? = null, clientConnectionPort: Output<Int>? = null, customFabricSettings: Output<List<ManagedClusterCustomFabricSettingArgs>>? = null, dnsName: Output<String>? = null, dnsServiceEnabled: Output<Boolean>? = null, httpGatewayPort: Output<Int>? = null, lbRules: Output<List<ManagedClusterLbRuleArgs>>? = null, location: Output<String>? = null, name: Output<String>? = null, nodeTypes: Output<List<ManagedClusterNodeTypeArgs>>? = null, password: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null, upgradeWave: Output<String>? = null, username: Output<String>? = null)