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
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported
Link copied to clipboard
Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.
Link copied to clipboard
Default Domain Name for the cluster
Link copied to clipboard
Any errors that occurred during deployment or deployment validation
Link copied to clipboard
Extended Location.
Link copied to clipboard
Only visible within Vnet/Subnet
Link copied to clipboard
Provisioning state of the Kubernetes Environment.