AKSSchema Properties Args
data class AKSSchemaPropertiesArgs(val agentCount: Output<Int>? = null, val agentVmSize: Output<String>? = null, val aksNetworkingConfiguration: Output<AksNetworkingConfigurationArgs>? = null, val clusterFqdn: Output<String>? = null, val clusterPurpose: Output<Either<String, ClusterPurpose>>? = null, val loadBalancerSubnet: Output<String>? = null, val loadBalancerType: Output<Either<String, LoadBalancerType>>? = null, val sslConfiguration: Output<SslConfigurationArgs>? = null) : ConvertibleToJava<AKSSchemaPropertiesArgs>
AKS properties
Constructors
Link copied to clipboard
fun AKSSchemaPropertiesArgs(agentCount: Output<Int>? = null, agentVmSize: Output<String>? = null, aksNetworkingConfiguration: Output<AksNetworkingConfigurationArgs>? = null, clusterFqdn: Output<String>? = null, clusterPurpose: Output<Either<String, ClusterPurpose>>? = null, loadBalancerSubnet: Output<String>? = null, loadBalancerType: Output<Either<String, LoadBalancerType>>? = null, sslConfiguration: Output<SslConfigurationArgs>? = null)