FunctionsScaleAndConcurrencyTriggersHttp Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FunctionsScaleAndConcurrencyTriggersHttp
- com.
Implements
public final class FunctionsScaleAndConcurrencyTriggersHttp
implements JsonSerializable<FunctionsScaleAndConcurrencyTriggersHttp>
Scale and concurrency settings for the HTTP trigger.
Constructor Summary
Constructor | Description |
---|---|
FunctionsScaleAndConcurrencyTriggersHttp() |
Creates an instance of Functions |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Functions |
fromJson(JsonReader jsonReader)
Reads an instance of Functions |
Integer |
perInstanceConcurrency()
Get the per |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Functions |
withPerInstanceConcurrency(Integer perInstanceConcurrency)
Set the per |
Methods inherited from java.lang.Object
Constructor Details
FunctionsScaleAndConcurrencyTriggersHttp
public FunctionsScaleAndConcurrencyTriggersHttp()
Creates an instance of FunctionsScaleAndConcurrencyTriggersHttp class.
Method Details
fromJson
public static FunctionsScaleAndConcurrencyTriggersHttp fromJson(JsonReader jsonReader)
Reads an instance of FunctionsScaleAndConcurrencyTriggersHttp from the JsonReader.
Parameters:
Returns:
Throws:
perInstanceConcurrency
public Integer perInstanceConcurrency()
Get the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPerInstanceConcurrency
public FunctionsScaleAndConcurrencyTriggersHttp withPerInstanceConcurrency(Integer perInstanceConcurrency)
Set the perInstanceConcurrency property: The maximum number of concurrent HTTP trigger invocations per instance.
Parameters:
Returns:
Applies to
Azure SDK for Java