GetLinuxWebAppSiteConfigApplicationStack

data class GetLinuxWebAppSiteConfigApplicationStack(val dockerImageName: String, val dockerRegistryPassword: String, val dockerRegistryUrl: String, val dockerRegistryUsername: String, val dotnetVersion: String, val goVersion: String, val javaServer: String, val javaServerVersion: String, val javaVersion: String, val nodeVersion: String, val phpVersion: String, val pythonVersion: String, val rubyVersion: String)

Constructors

Link copied to clipboard
constructor(dockerImageName: String, dockerRegistryPassword: String, dockerRegistryUrl: String, dockerRegistryUsername: String, dotnetVersion: String, goVersion: String, javaServer: String, javaServerVersion: String, javaVersion: String, nodeVersion: String, phpVersion: String, pythonVersion: String, rubyVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The docker image, including tag, used by this Linux Web App.

Link copied to clipboard

The User Name to use for authentication against the registry to pull the image.

Link copied to clipboard

The URL of the container registry where the docker_image_name is located.

Link copied to clipboard

The User Name to use for authentication against the registry to pull the image.

Link copied to clipboard

The version of .NET in use.

Link copied to clipboard
Link copied to clipboard

The Java server type.

Link copied to clipboard

The Version of the java_server in use.

Link copied to clipboard

The Version of Java in use.

Link copied to clipboard

The version of Node in use.

Link copied to clipboard

The version of PHP in use.

Link copied to clipboard

The version of Python in use.

Link copied to clipboard

The version of Ruby in use.