ProvisionedClustersAllPropertiesArgs

constructor(aadProfile: Output<AADProfileArgs>? = null, addonProfiles: Output<Map<String, AddonProfilesArgs>>? = null, agentPoolProfiles: Output<List<NamedAgentPoolProfileArgs>>? = null, cloudProviderProfile: Output<CloudProviderProfileArgs>? = null, controlPlane: Output<ControlPlaneProfileArgs>? = null, enableRbac: Output<Boolean>? = null, features: Output<ProvisionedClustersCommonPropertiesFeaturesArgs>? = null, httpProxyConfig: Output<HttpProxyConfigArgs>? = null, kubernetesVersion: Output<String>? = null, linuxProfile: Output<LinuxProfilePropertiesArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, nodeResourceGroup: Output<String>? = null, windowsProfile: Output<WindowsProfileArgs>? = null)