Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsRuntime
Packages that use FunctionsRuntime
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsRuntime in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsRuntimeModifier and TypeMethodDescriptionstatic FunctionsRuntime
FunctionsRuntime.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsRuntime from the JsonReader.FunctionAppConfig.runtime()
Get the runtime property: Function app runtime settings.FunctionsRuntime.withName
(RuntimeName name) Set the name property: Function app runtime name.FunctionsRuntime.withVersion
(String version) Set the version property: Function app runtime version.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsRuntimeModifier and TypeMethodDescriptionFunctionAppConfig.withRuntime
(FunctionsRuntime runtime) Set the runtime property: Function app runtime settings.