V3FunctionCustomContainerConfigArgs

data class V3FunctionCustomContainerConfigArgs(val accelerationInfo: Output<V3FunctionCustomContainerConfigAccelerationInfoArgs>? = null, val accelerationType: Output<String>? = null, val acrInstanceId: Output<String>? = null, val commands: Output<List<String>>? = null, val entrypoints: Output<List<String>>? = null, val healthCheckConfig: Output<V3FunctionCustomContainerConfigHealthCheckConfigArgs>? = null, val image: Output<String>? = null, val port: Output<Int>? = null, val resolvedImageUri: Output<String>? = null) : ConvertibleToJava<V3FunctionCustomContainerConfigArgs>

Constructors

Link copied to clipboard
constructor(accelerationInfo: Output<V3FunctionCustomContainerConfigAccelerationInfoArgs>? = null, accelerationType: Output<String>? = null, acrInstanceId: Output<String>? = null, commands: Output<List<String>>? = null, entrypoints: Output<List<String>>? = null, healthCheckConfig: Output<V3FunctionCustomContainerConfigHealthCheckConfigArgs>? = null, image: Output<String>? = null, port: Output<Int>? = null, resolvedImageUri: Output<String>? = null)

Properties

Link copied to clipboard

(Deprecated since v1.242.0) Image Acceleration Information (Obsolete)

Link copied to clipboard
val accelerationType: Output<String>? = null

Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete)

Link copied to clipboard
val acrInstanceId: Output<String>? = null

ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)

Link copied to clipboard
val commands: Output<List<String>>? = null

Container startup parameters.

Link copied to clipboard
val entrypoints: Output<List<String>>? = null

Container start command.

Link copied to clipboard

Function custom health check configuration See health_check_config below.

Link copied to clipboard
val image: Output<String>? = null

The container Image address.

Link copied to clipboard
val port: Output<Int>? = null

The listening port of the HTTP Server when the custom container runs.

Link copied to clipboard
val resolvedImageUri: Output<String>? = null

The actual digest version of the deployed Image. The code version specified by this digest is used when the function starts.

Functions

Link copied to clipboard
open override fun toJava(): V3FunctionCustomContainerConfigArgs