V3Function Custom Container Config Args
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
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
ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)
Link copied to clipboard
Container start command.
Link copied to clipboard
Function custom health check configuration See health_check_config
below.
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.