| Modifier and Type | Method and Description |
|---|---|
AutoScaleRunError |
AutoScaleRun.error()
Get the error value.
|
AutoScaleRunError |
AutoScaleRunError.withCode(String code)
Set the code value.
|
AutoScaleRunError |
AutoScaleRunError.withDetails(List<AutoScaleRunError> details)
Set the details value.
|
AutoScaleRunError |
AutoScaleRunError.withMessage(String message)
Set the message value.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoScaleRunError> |
AutoScaleRunError.details()
Get the details value.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScaleRun |
AutoScaleRun.withError(AutoScaleRunError error)
Set the error value.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScaleRunError |
AutoScaleRunError.withDetails(List<AutoScaleRunError> details)
Set the details value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/