Class QueueScaleRule

java.lang.Object
com.azure.resourcemanager.appservice.models.QueueScaleRule
All Implemented Interfaces:
com.azure.json.JsonSerializable<QueueScaleRule>

public final class QueueScaleRule extends Object implements com.azure.json.JsonSerializable<QueueScaleRule>
Container App container Azure Queue based scaling rule.
  • Constructor Details

    • QueueScaleRule

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

    • queueName

      public String queueName()
      Get the queueName property: Queue name.
      Returns:
      the queueName value.
    • withQueueName

      public QueueScaleRule withQueueName(String queueName)
      Set the queueName property: Queue name.
      Parameters:
      queueName - the queueName value to set.
      Returns:
      the QueueScaleRule object itself.
    • queueLength

      public Integer queueLength()
      Get the queueLength property: Queue length.
      Returns:
      the queueLength value.
    • withQueueLength

      public QueueScaleRule withQueueLength(Integer queueLength)
      Set the queueLength property: Queue length.
      Parameters:
      queueLength - the queueLength value to set.
      Returns:
      the QueueScaleRule object itself.
    • auth

      public List<ScaleRuleAuth> auth()
      Get the auth property: Authentication secrets for the queue scale rule.
      Returns:
      the auth value.
    • withAuth

      public QueueScaleRule withAuth(List<ScaleRuleAuth> auth)
      Set the auth property: Authentication secrets for the queue scale rule.
      Parameters:
      auth - the auth value to set.
      Returns:
      the QueueScaleRule object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<QueueScaleRule>
      Throws:
      IOException
    • fromJson

      public static QueueScaleRule fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of QueueScaleRule from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of QueueScaleRule 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 QueueScaleRule.