public final class WebAppRuntimes extends Object
| Constructor and Description |
|---|
WebAppRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
LinuxJavaContainerSettings |
linuxContainerSettings()
Get the linuxContainerSettings property: Linux-specific settings associated with the Java container minor
version.
|
WebAppRuntimeSettings |
linuxRuntimeSettings()
Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.
|
void |
validate()
Validates the instance.
|
WindowsJavaContainerSettings |
windowsContainerSettings()
Get the windowsContainerSettings property: Windows-specific settings associated with the Java container minor
version.
|
WebAppRuntimeSettings |
windowsRuntimeSettings()
Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.
|
public WebAppRuntimeSettings linuxRuntimeSettings()
public WebAppRuntimeSettings windowsRuntimeSettings()
public LinuxJavaContainerSettings linuxContainerSettings()
public WindowsJavaContainerSettings windowsContainerSettings()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.