Class WebAppRuntimes
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.WebAppRuntimes
-
public final class WebAppRuntimes extends Object
Web App stack runtimes.
-
-
Constructor Summary
Constructors Constructor Description WebAppRuntimes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinuxJavaContainerSettingslinuxContainerSettings()Get the linuxContainerSettings property: Linux-specific settings associated with the Java container minor version.WebAppRuntimeSettingslinuxRuntimeSettings()Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.voidvalidate()Validates the instance.WindowsJavaContainerSettingswindowsContainerSettings()Get the windowsContainerSettings property: Windows-specific settings associated with the Java container minor version.WebAppRuntimeSettingswindowsRuntimeSettings()Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.
-
-
-
Method Detail
-
linuxRuntimeSettings
public WebAppRuntimeSettings linuxRuntimeSettings()
Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.- Returns:
- the linuxRuntimeSettings value.
-
windowsRuntimeSettings
public WebAppRuntimeSettings windowsRuntimeSettings()
Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.- Returns:
- the windowsRuntimeSettings value.
-
linuxContainerSettings
public LinuxJavaContainerSettings linuxContainerSettings()
Get the linuxContainerSettings property: Linux-specific settings associated with the Java container minor version.- Returns:
- the linuxContainerSettings value.
-
windowsContainerSettings
public WindowsJavaContainerSettings windowsContainerSettings()
Get the windowsContainerSettings property: Windows-specific settings associated with the Java container minor version.- Returns:
- the windowsContainerSettings value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-