Class FunctionAppRuntimes
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionAppRuntimes
-
public final class FunctionAppRuntimes extends Object
Function App stack runtimes.
-
-
Constructor Summary
Constructors Constructor Description FunctionAppRuntimes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionAppRuntimeSettingslinuxRuntimeSettings()Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.voidvalidate()Validates the instance.FunctionAppRuntimeSettingswindowsRuntimeSettings()Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.
-
-
-
Method Detail
-
linuxRuntimeSettings
public FunctionAppRuntimeSettings linuxRuntimeSettings()
Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.- Returns:
- the linuxRuntimeSettings value.
-
windowsRuntimeSettings
public FunctionAppRuntimeSettings windowsRuntimeSettings()
Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.- Returns:
- the windowsRuntimeSettings value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-