FunctionsScaleAndConcurrencyTriggers Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggers

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 FunctionsScaleAndConcurrencyTriggers class.

Method Summary

Modifier and Type Method and Description
static FunctionsScaleAndConcurrencyTriggers fromJson(JsonReader jsonReader)

Reads an instance of FunctionsScaleAndConcurrencyTriggers from the JsonReader.

FunctionsScaleAndConcurrencyTriggersHttp http()

Get the http property: Scale and concurrency settings for the HTTP trigger.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FunctionsScaleAndConcurrencyTriggers 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:

jsonReader - The JsonReader being read.

Returns:

An instance of FunctionsScaleAndConcurrencyTriggers if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FunctionsScaleAndConcurrencyTriggers.

http

public FunctionsScaleAndConcurrencyTriggersHttp http()

Get the http property: Scale and concurrency settings for the HTTP trigger.

Returns:

the http value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

http - the http value to set.

Returns:

the FunctionsScaleAndConcurrencyTriggers object itself.

Applies to