Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggers
Packages that use FunctionsScaleAndConcurrencyTriggers
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsScaleAndConcurrencyTriggers in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FunctionsScaleAndConcurrencyTriggersModifier and TypeClassDescriptionfinal classScale and concurrency settings for the function app triggers.Methods in com.azure.resourcemanager.appservice.models that return FunctionsScaleAndConcurrencyTriggersModifier and TypeMethodDescriptionFunctionsScaleAndConcurrencyTriggers.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsScaleAndConcurrencyTriggers from the JsonReader.FunctionsScaleAndConcurrency.triggers()Get the triggers property: Scale and concurrency settings for the function app triggers.FunctionsScaleAndConcurrencyTriggers.withHttp(FunctionsScaleAndConcurrencyTriggersHttp http) Set the http property: Scale and concurrency settings for the HTTP trigger.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsScaleAndConcurrencyTriggersModifier and TypeMethodDescriptionFunctionsScaleAndConcurrency.withTriggers(FunctionsScaleAndConcurrencyTriggers triggers) Set the triggers property: Scale and concurrency settings for the function app triggers.