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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FunctionsRuntimeModifier and TypeClassDescriptionfinal classFunction app runtime name and version.Methods in com.azure.resourcemanager.appservice.models that return FunctionsRuntimeModifier and TypeMethodDescriptionstatic FunctionsRuntimeFunctionsRuntime.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.