Class WebAppRuntimeStack
java.lang.Object
com.microsoft.azure.management.appservice.WebAppRuntimeStack
Defines web app runtime stack on Windows operating system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WebAppRuntimeStack
Java.static final WebAppRuntimeStack
.NET Framework.static final WebAppRuntimeStack
.NET Core.static final WebAppRuntimeStack
PHP.static final WebAppRuntimeStack
Python. -
Constructor Summary
ConstructorsConstructorDescriptionWebAppRuntimeStack
(String runtime) Creates a custom web app runtime stack on Windows operating system. -
Method Summary
-
Field Details
-
NETCORE
.NET Core. -
NET
.NET Framework. -
PHP
PHP. -
PYTHON
Python. -
JAVA
Java.
-
-
Constructor Details
-
WebAppRuntimeStack
Creates a custom web app runtime stack on Windows operating system.- Parameters:
runtime
- the language runtime
-
-
Method Details