Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrency
Packages that use FunctionsScaleAndConcurrency
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsScaleAndConcurrency in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsScaleAndConcurrencyModifier and TypeMethodDescriptionstatic FunctionsScaleAndConcurrency
FunctionsScaleAndConcurrency.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsScaleAndConcurrency from the JsonReader.FunctionAppConfig.scaleAndConcurrency()
Get the scaleAndConcurrency property: Function app scale and concurrency settings.FunctionsScaleAndConcurrency.withAlwaysReady
(List<FunctionsAlwaysReadyConfig> alwaysReady) Set the alwaysReady property: 'Always Ready' configuration for the function app.FunctionsScaleAndConcurrency.withInstanceMemoryMB
(Integer instanceMemoryMB) Set the instanceMemoryMB property: Set the amount of memory allocated to each instance of the function app in MB.FunctionsScaleAndConcurrency.withMaximumInstanceCount
(Integer maximumInstanceCount) Set the maximumInstanceCount property: The maximum number of instances for the function app.FunctionsScaleAndConcurrency.withTriggers
(FunctionsScaleAndConcurrencyTriggers triggers) Set the triggers property: Scale and concurrency settings for the function app triggers.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsScaleAndConcurrencyModifier and TypeMethodDescriptionFunctionAppConfig.withScaleAndConcurrency
(FunctionsScaleAndConcurrency scaleAndConcurrency) Set the scaleAndConcurrency property: Function app scale and concurrency settings.