Package com.azure.compute.batch.models
Class AutoScaleRunError
java.lang.Object
com.azure.compute.batch.models.AutoScaleRunError
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AutoScaleRunError>
public final class AutoScaleRunError
extends Object
implements com.azure.json.JsonSerializable<AutoScaleRunError>
An error that occurred when executing or evaluating a Pool autoscale formula.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AutoScaleRunError
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoScaleRunError from the JsonReader.getCode()
Get the code property: An identifier for the autoscale error.Get the message property: A message describing the autoscale error, intended to be suitable for display in a user interface.Get the values property: A list of additional error details related to the autoscale error.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) 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
-
Method Details
-
getCode
Get the code property: An identifier for the autoscale error. Codes are invariant and are intended to be consumed programmatically.- Returns:
- the code value.
-
getMessage
Get the message property: A message describing the autoscale error, intended to be suitable for display in a user interface.- Returns:
- the message value.
-
getValues
Get the values property: A list of additional error details related to the autoscale error.- Returns:
- the values value.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<AutoScaleRunError>
- Throws:
IOException
-
fromJson
Reads an instance of AutoScaleRunError from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of AutoScaleRunError 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 AutoScaleRunError.
-