Class WebAppRuntimeStack
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.WebAppRuntimeStack
-
public class WebAppRuntimeStack extends Object
Defines web app runtime stack on Windows operating system.
-
-
Field Summary
Fields Modifier and Type Field Description static WebAppRuntimeStackJAVAJava.static WebAppRuntimeStackNET.NET Framework.static WebAppRuntimeStackNETCORE.NET Core.static WebAppRuntimeStackPHPPHP.static WebAppRuntimeStackPYTHONPython.
-
Constructor Summary
Constructors Constructor Description WebAppRuntimeStack(String runtime)Creates a custom web app runtime stack on Windows operating system.
-
-
-
Field Detail
-
NETCORE
public static final WebAppRuntimeStack NETCORE
.NET Core.
-
NET
public static final WebAppRuntimeStack NET
.NET Framework.
-
PHP
public static final WebAppRuntimeStack PHP
PHP.
-
PYTHON
public static final WebAppRuntimeStack PYTHON
Python.
-
JAVA
public static final WebAppRuntimeStack JAVA
Java.
-
-
Constructor Detail
-
WebAppRuntimeStack
public WebAppRuntimeStack(String runtime)
Creates a custom web app runtime stack on Windows operating system.- Parameters:
runtime- the language runtime
-
-