Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsAlwaysReadyConfig
Packages that use FunctionsAlwaysReadyConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsAlwaysReadyConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsAlwaysReadyConfigModifier and TypeMethodDescriptionstatic FunctionsAlwaysReadyConfigFunctionsAlwaysReadyConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsAlwaysReadyConfig from the JsonReader.FunctionsAlwaysReadyConfig.withInstanceCount(Integer instanceCount) Set the instanceCount property: Sets the number of 'Always Ready' instances for a given function group or a specific function.Set the name property: Either a function group or a function name is required.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type FunctionsAlwaysReadyConfigModifier and TypeMethodDescriptionFunctionsScaleAndConcurrency.alwaysReady()Get the alwaysReady property: 'Always Ready' configuration for the function app.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type FunctionsAlwaysReadyConfigModifier and TypeMethodDescriptionFunctionsScaleAndConcurrency.withAlwaysReady(List<FunctionsAlwaysReadyConfig> alwaysReady) Set the alwaysReady property: 'Always Ready' configuration for the function app.