LinuxFunctionAppSiteConfigApplicationStackDockerArgs

data class LinuxFunctionAppSiteConfigApplicationStackDockerArgs(val imageName: Output<String>, val imageTag: Output<String>, val registryPassword: Output<String>? = null, val registryUrl: Output<String>, val registryUsername: Output<String>? = null) : ConvertibleToJava<LinuxFunctionAppSiteConfigApplicationStackDockerArgs>

Constructors

constructor(imageName: Output<String>, imageTag: Output<String>, registryPassword: Output<String>? = null, registryUrl: Output<String>, registryUsername: Output<String>? = null)

Properties

Link copied to clipboard
val imageName: Output<String>

The name of the Docker image to use.

Link copied to clipboard
val imageTag: Output<String>

The image tag of the image to use.

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

The password for the account to use to connect to the registry.

Link copied to clipboard
val registryUrl: Output<String>

The URL of the docker registry.

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

The username to use for connections to the registry.

Functions

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