AKSProperties Args
data class AKSPropertiesArgs(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 sslConfiguration: Output<SslConfigurationArgs>? = null) : ConvertibleToJava<AKSPropertiesArgs>
AKS properties
Constructors
Link copied to clipboard
constructor(agentCount: Output<Int>? = null, agentVmSize: Output<String>? = null, aksNetworkingConfiguration: Output<AksNetworkingConfigurationArgs>? = null, clusterFqdn: Output<String>? = null, clusterPurpose: Output<Either<String, ClusterPurpose>>? = null, sslConfiguration: Output<SslConfigurationArgs>? = null)
Properties
Link copied to clipboard
Number of agents
Link copied to clipboard
Agent virtual machine size
Link copied to clipboard
AKS networking configuration for vnet
Link copied to clipboard
Cluster full qualified domain name
Link copied to clipboard
Intended usage of the cluster
Link copied to clipboard
SSL configuration