Get Kube Environment Result
data class GetKubeEnvironmentResult(val aksResourceID: String? = null, val appLogsConfiguration: AppLogsConfigurationResponse? = null, val arcConfiguration: ArcConfigurationResponse? = null, val defaultDomain: String, val deploymentErrors: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val internalLoadBalancerEnabled: Boolean? = null, val kind: String? = null, val location: String, val name: String, val provisioningState: String, val staticIp: String? = null, val tags: Map<String, String>? = null, val type: String)
A Kubernetes cluster specialized for web workloads by Azure App Service
Constructors
Link copied to clipboard
fun GetKubeEnvironmentResult(aksResourceID: String? = null, appLogsConfiguration: AppLogsConfigurationResponse? = null, arcConfiguration: ArcConfigurationResponse? = null, defaultDomain: String, deploymentErrors: String, extendedLocation: ExtendedLocationResponse? = null, id: String, internalLoadBalancerEnabled: Boolean? = null, kind: String? = null, location: String, name: String, provisioningState: String, staticIp: String? = null, tags: Map<String, String>? = null, type: String)