GetKubeEnvironmentResult

data class GetKubeEnvironmentResult(val aksResourceID: String? = null, val appLogsConfiguration: AppLogsConfigurationResponse? = null, val arcConfiguration: ArcConfigurationResponse? = null, val azureApiVersion: String, val containerAppsConfiguration: ContainerAppsConfigurationResponse? = null, val defaultDomain: String, val deploymentErrors: String, val environmentType: String? = null, 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, azureApiVersion: String, containerAppsConfiguration: ContainerAppsConfigurationResponse? = null, defaultDomain: String, deploymentErrors: String, environmentType: String? = null, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aksResourceID: String? = null
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

The Azure API version of the resource.

Link copied to clipboard

Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration

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
val environmentType: String? = null

Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed

Link copied to clipboard

Extended Location.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Only visible within Vnet/Subnet

Link copied to clipboard
val kind: String? = null

Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind.

Link copied to clipboard

Resource Location.

Link copied to clipboard

Resource Name.

Link copied to clipboard

Provisioning state of the Kubernetes Environment.

Link copied to clipboard
val staticIp: String? = null

Static IP of the KubeEnvironment

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.