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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauth()
Get the auth property: Authentication secrets for the queue scale rule.static QueueScaleRule
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of QueueScaleRule from the JsonReader.Get the queueLength property: Queue length.Get the queueName property: Queue name.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the queue scale rule.withQueueLength
(Integer queueLength) Set the queueLength property: Queue length.withQueueName
(String queueName) Set the queueName property: Queue name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
QueueScaleRule
public QueueScaleRule()Creates an instance of QueueScaleRule class.
-
-
Method Details
-
queueName
Get the queueName property: Queue name.- Returns:
- the queueName value.
-
withQueueName
Set the queueName property: Queue name.- Parameters:
queueName
- the queueName value to set.- Returns:
- the QueueScaleRule object itself.
-
queueLength
Get the queueLength property: Queue length.- Returns:
- the queueLength value.
-
withQueueLength
Set the queueLength property: Queue length.- Parameters:
queueLength
- the queueLength value to set.- Returns:
- the QueueScaleRule object itself.
-
auth
Get the auth property: Authentication secrets for the queue scale rule.- Returns:
- the auth value.
-
withAuth
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
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<QueueScaleRule>
- Throws:
IOException
-
fromJson
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.
-