AKSResponse Properties
data class AKSResponseProperties(val agentCount: Int? = null, val agentVmSize: String? = null, val aksNetworkingConfiguration: AksNetworkingConfigurationResponse? = null, val clusterFqdn: String? = null, val clusterPurpose: String? = null, val sslConfiguration: SslConfigurationResponse? = null, val systemServices: List<SystemServiceResponse>)
AKS properties
Constructors
Link copied to clipboard
fun AKSResponseProperties(agentCount: Int? = null, agentVmSize: String? = null, aksNetworkingConfiguration: AksNetworkingConfigurationResponse? = null, clusterFqdn: String? = null, clusterPurpose: String? = null, sslConfiguration: SslConfigurationResponse? = null, systemServices: List<SystemServiceResponse>)