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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FunctionsScaleAndConcurrencyTriggersHttpModifier and TypeClassDescriptionfinal classScale and concurrency settings for the HTTP trigger.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.