GetWindowsWebAppSiteConfigApplicationStack

data class GetWindowsWebAppSiteConfigApplicationStack(val currentStack: String, val dockerImageName: String, val dockerRegistryPassword: String, val dockerRegistryUrl: String, val dockerRegistryUsername: String, val dotnetCoreVersion: String, val dotnetVersion: String, val javaContainer: String, val javaContainerVersion: String, val javaEmbeddedServerEnabled: Boolean, val javaVersion: String, val nodeVersion: String, val phpVersion: String, val python: Boolean, val pythonVersion: String, val tomcatVersion: String)

Constructors

constructor(currentStack: String, dockerImageName: String, dockerRegistryPassword: String, dockerRegistryUrl: String, dockerRegistryUsername: String, dotnetCoreVersion: String, dotnetVersion: String, javaContainer: String, javaContainerVersion: String, javaEmbeddedServerEnabled: Boolean, javaVersion: String, nodeVersion: String, phpVersion: String, python: Boolean, pythonVersion: String, tomcatVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Current Stack value of the Windows Web App.

Link copied to clipboard

The docker image, including tag, used by this Windows 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
Link copied to clipboard

The version of .NET in use.

Link copied to clipboard

The Java Container in use.

Link copied to clipboard

The Version of the Java Container 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 the PHP in use.

Link copied to clipboard
Link copied to clipboard

The Version of Python in use.

Link copied to clipboard