ResizeError Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ResizeError
- com.
public class ResizeError
An error that occurred when resizing a Pool.
Constructor Summary
Constructor | Description | |
---|---|---|
ResizeError() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code value. |
String |
message()
Get the message value. |
List<Name |
values()
Get the values value. |
Resize |
withCode(String code)
Set the code value. |
Resize |
withMessage(String message)
Set the message value. |
Resize |
withValues(List<NameValuePair> values)
Set the values value. |
Methods inherited from java.lang.Object
Constructor Details
ResizeError
public ResizeError()
Method Details
code
public String code()
Get the code value.
Returns:
message
public String message()
Get the message value.
Returns:
values
public List
Get the values value.
Returns:
withCode
public ResizeError withCode(String code)
Set the code value.
Parameters:
Returns:
withMessage
public ResizeError withMessage(String message)
Set the message value.
Parameters:
Returns:
withValues
public ResizeError withValues(List
Set the values value.
Parameters:
Returns:
Applies to
Azure SDK for Java