Class FunctionsScaleAndConcurrencyTriggersHttp
java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggersHttp
Scale and concurrency settings for the HTTP trigger.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FunctionsScaleAndConcurrencyTriggersHttp class. -
Method Summary
Modifier and TypeMethodDescriptionGet the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.voidvalidate()Validates the instance.withPerInstanceConcurrency(Float perInstanceConcurrency) Set the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.
-
Constructor Details
-
FunctionsScaleAndConcurrencyTriggersHttp
public FunctionsScaleAndConcurrencyTriggersHttp()Creates an instance of FunctionsScaleAndConcurrencyTriggersHttp class.
-
-
Method Details
-
perInstanceConcurrency
Get the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.- Returns:
- the perInstanceConcurrency value.
-
withPerInstanceConcurrency
public FunctionsScaleAndConcurrencyTriggersHttp withPerInstanceConcurrency(Float perInstanceConcurrency) Set the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.- Parameters:
perInstanceConcurrency- the perInstanceConcurrency value to set.- Returns:
- the FunctionsScaleAndConcurrencyTriggersHttp object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-