LinuxFunctionAppSiteConfigApplicationStackDocker

data class LinuxFunctionAppSiteConfigApplicationStackDocker(val imageName: String, val imageTag: String, val registryPassword: String? = null, val registryUrl: String, val registryUsername: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Docker image to use.

Link copied to clipboard

The image tag of the image to use.

Link copied to clipboard

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

Link copied to clipboard

The URL of the docker registry.

Link copied to clipboard

The username to use for connections to the registry.