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 TypeMethodDescriptionFunctionsScaleAndConcurrencyTriggers.http()Get the http property: Scale and concurrency settings for the HTTP trigger.FunctionsScaleAndConcurrencyTriggersHttp.withPerInstanceConcurrency(Float 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.