Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggersHttp
Packages that use FunctionsScaleAndConcurrencyTriggersHttp
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsScaleAndConcurrencyTriggersHttp in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsScaleAndConcurrencyTriggersHttpModifier and TypeMethodDescriptionFunctionsScaleAndConcurrencyTriggersHttp.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsScaleAndConcurrencyTriggersHttp from the JsonReader.FunctionsScaleAndConcurrencyTriggers.http()
Get the http property: Scale and concurrency settings for the HTTP trigger.FunctionsScaleAndConcurrencyTriggersHttp.withPerInstanceConcurrency
(Integer perInstanceConcurrency) Set the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsScaleAndConcurrencyTriggersHttpModifier and TypeMethodDescriptionFunctionsScaleAndConcurrencyTriggers.withHttp
(FunctionsScaleAndConcurrencyTriggersHttp http) Set the http property: Scale and concurrency settings for the HTTP trigger.