WebAppRuntimes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web App stack runtimes.
public class WebAppRuntimes
type WebAppRuntimes = class
Public Class WebAppRuntimes
- Inheritance
-
WebAppRuntimes
Constructors
WebAppRuntimes() |
Initializes a new instance of the WebAppRuntimes class. |
WebAppRuntimes(WebAppRuntimeSettings, WebAppRuntimeSettings, LinuxJavaContainerSettings, WindowsJavaContainerSettings) |
Initializes a new instance of the WebAppRuntimes class. |
Properties
LinuxContainerSettings |
Gets linux-specific settings associated with the Java container minor version. |
LinuxRuntimeSettings |
Gets linux-specific settings associated with the minor version. |
WindowsContainerSettings |
Gets windows-specific settings associated with the Java container minor version. |
WindowsRuntimeSettings |
Gets windows-specific settings associated with the minor version. |