Uses of Class
com.azure.resourcemanager.appservice.models.FunctionAppConfig
Packages that use FunctionAppConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionAppConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FunctionAppConfigModifier and TypeMethodDescriptionSiteInner.functionAppConfig()Get the functionAppConfig property: Configuration specific of the Azure Function app.SitePropertiesInner.functionAppConfig()Get the functionAppConfig property: Configuration specific of the Azure Function app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type FunctionAppConfigModifier and TypeMethodDescriptionSiteInner.withFunctionAppConfig(FunctionAppConfig functionAppConfig) Set the functionAppConfig property: Configuration specific of the Azure Function app.SitePropertiesInner.withFunctionAppConfig(FunctionAppConfig functionAppConfig) Set the functionAppConfig property: Configuration specific of the Azure Function app. -
Uses of FunctionAppConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionAppConfigModifier and TypeMethodDescriptionstatic FunctionAppConfigFunctionAppConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionAppConfig from the JsonReader.FunctionAppConfig.withDeployment(FunctionsDeployment deployment) Set the deployment property: Function app deployment configuration.FunctionAppConfig.withRuntime(FunctionsRuntime runtime) Set the runtime property: Function app runtime settings.FunctionAppConfig.withScaleAndConcurrency(FunctionsScaleAndConcurrency scaleAndConcurrency) Set the scaleAndConcurrency property: Function app scale and concurrency settings.