Class FunctionsScaleAndConcurrencyTriggersHttp

java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsScaleAndConcurrencyTriggersHttp

public final class FunctionsScaleAndConcurrencyTriggersHttp extends Object
Scale and concurrency settings for the HTTP trigger.
  • Constructor Details

    • FunctionsScaleAndConcurrencyTriggersHttp

      public FunctionsScaleAndConcurrencyTriggersHttp()
      Creates an instance of FunctionsScaleAndConcurrencyTriggersHttp class.
  • Method Details

    • perInstanceConcurrency

      public Float 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.