ManagedClusterArgs

constructor(aadProfile: Output<ManagedClusterAADProfileArgs>? = null, addonProfiles: Output<Map<String, ManagedClusterAddonProfileArgs>>? = null, agentPoolProfiles: Output<List<ManagedClusterAgentPoolProfileArgs>>? = null, apiServerAccessProfile: Output<ManagedClusterAPIServerAccessProfileArgs>? = null, autoScalerProfile: Output<ManagedClusterPropertiesAutoScalerProfileArgs>? = null, autoUpgradeProfile: Output<ManagedClusterAutoUpgradeProfileArgs>? = null, azureMonitorProfile: Output<ManagedClusterAzureMonitorProfileArgs>? = null, disableLocalAccounts: Output<Boolean>? = null, diskEncryptionSetID: Output<String>? = null, dnsPrefix: Output<String>? = null, enablePodSecurityPolicy: Output<Boolean>? = null, enableRBAC: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, fqdnSubdomain: Output<String>? = null, httpProxyConfig: Output<ManagedClusterHTTPProxyConfigArgs>? = null, identity: Output<ManagedClusterIdentityArgs>? = null, identityProfile: Output<Map<String, UserAssignedIdentityArgs>>? = null, ingressProfile: Output<ManagedClusterIngressProfileArgs>? = null, kubernetesVersion: Output<String>? = null, linuxProfile: Output<ContainerServiceLinuxProfileArgs>? = null, location: Output<String>? = null, metricsProfile: Output<ManagedClusterMetricsProfileArgs>? = null, networkProfile: Output<ContainerServiceNetworkProfileArgs>? = null, nodeResourceGroup: Output<String>? = null, nodeResourceGroupProfile: Output<ManagedClusterNodeResourceGroupProfileArgs>? = null, oidcIssuerProfile: Output<ManagedClusterOIDCIssuerProfileArgs>? = null, podIdentityProfile: Output<ManagedClusterPodIdentityProfileArgs>? = null, privateLinkResources: Output<List<PrivateLinkResourceArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, securityProfile: Output<ManagedClusterSecurityProfileArgs>? = null, serviceMeshProfile: Output<ServiceMeshProfileArgs>? = null, servicePrincipalProfile: Output<ManagedClusterServicePrincipalProfileArgs>? = null, sku: Output<ManagedClusterSKUArgs>? = null, storageProfile: Output<ManagedClusterStorageProfileArgs>? = null, supportPlan: Output<Either<String, KubernetesSupportPlan>>? = null, tags: Output<Map<String, String>>? = null, upgradeSettings: Output<ClusterUpgradeSettingsArgs>? = null, windowsProfile: Output<ManagedClusterWindowsProfileArgs>? = null, workloadAutoScalerProfile: Output<ManagedClusterWorkloadAutoScalerProfileArgs>? = null)