Class FunctionsScaleAndConcurrencyTriggers
java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggers
Scale and concurrency settings for the function app triggers.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FunctionsScaleAndConcurrencyTriggers class. -
Method Summary
-
Constructor Details
-
FunctionsScaleAndConcurrencyTriggers
public FunctionsScaleAndConcurrencyTriggers()Creates an instance of FunctionsScaleAndConcurrencyTriggers class.
-
-
Method Details
-
http
Get the http property: Scale and concurrency settings for the HTTP trigger.- Returns:
- the http value.
-
withHttp
Set the http property: Scale and concurrency settings for the HTTP trigger.- Parameters:
http- the http value to set.- Returns:
- the FunctionsScaleAndConcurrencyTriggers object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-