GetLinuxFunctionAppSiteConfigApplicationStackDocker

data class GetLinuxFunctionAppSiteConfigApplicationStackDocker(val imageName: String, val imageTag: String, val registryPassword: String, val registryUrl: String, val registryUsername: String)

Constructors

constructor(imageName: String, imageTag: String, registryPassword: String, registryUrl: String, registryUsername: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Docker image used.

Link copied to clipboard

The image tag of the image used.

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 used for connections to the registry.