Share via


KubeEnvironmentProperties interface

KubeEnvironment resource specific properties

Properties

aksResourceID
appLogsConfiguration

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported

arcConfiguration

Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.

containerAppsConfiguration

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

environmentType

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

internalLoadBalancerEnabled

Only visible within Vnet/Subnet

staticIp

Static IP of the KubeEnvironment

Property Details

aksResourceID

aksResourceID?: string

Property Value

string

appLogsConfiguration

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported

appLogsConfiguration?: AppLogsConfiguration

Property Value

arcConfiguration

Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.

arcConfiguration?: ArcConfiguration

Property Value

containerAppsConfiguration

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

containerAppsConfiguration?: ContainerAppsConfiguration

Property Value

environmentType

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

environmentType?: string

Property Value

string

internalLoadBalancerEnabled

Only visible within Vnet/Subnet

internalLoadBalancerEnabled?: boolean

Property Value

boolean

staticIp

Static IP of the KubeEnvironment

staticIp?: string

Property Value

string