Provisioned Clusters All Properties Args
data class ProvisionedClustersAllPropertiesArgs(val aadProfile: Output<AADProfileArgs>? = null, val addonProfiles: Output<Map<String, AddonProfilesArgs>>? = null, val agentPoolProfiles: Output<List<NamedAgentPoolProfileArgs>>? = null, val cloudProviderProfile: Output<CloudProviderProfileArgs>? = null, val controlPlane: Output<ControlPlaneProfileArgs>? = null, val enableRbac: Output<Boolean>? = null, val features: Output<ProvisionedClustersCommonPropertiesFeaturesArgs>? = null, val httpProxyConfig: Output<HttpProxyConfigArgs>? = null, val kubernetesVersion: Output<String>? = null, val linuxProfile: Output<LinuxProfilePropertiesArgs>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val nodeResourceGroup: Output<String>? = null, val windowsProfile: Output<WindowsProfileArgs>? = null) : ConvertibleToJava<ProvisionedClustersAllPropertiesArgs>
All properties of the provisioned cluster
Constructors
Link copied to clipboard
fun ProvisionedClustersAllPropertiesArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard