V3FunctionCustomContainerConfig

data class V3FunctionCustomContainerConfig(val accelerationInfo: V3FunctionCustomContainerConfigAccelerationInfo? = null, val accelerationType: String? = null, val acrInstanceId: String? = null, val commands: List<String>? = null, val entrypoints: List<String>? = null, val healthCheckConfig: V3FunctionCustomContainerConfigHealthCheckConfig? = null, val image: String? = null, val port: Int? = null, val resolvedImageUri: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Container startup parameters.

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

The container Image address.

Link copied to clipboard
val port: Int? = null

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

Link copied to clipboard

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