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