| Modifier and Type | Method and Description |
|---|---|
ResizeError |
ResizeError.withCode(String code)
Set an identifier for the error.
|
ResizeError |
ResizeError.withDetails(List<ResizeError> details)
Set the details value.
|
ResizeError |
ResizeError.withMessage(String message)
Set a message describing the error, intended to be suitable for display in a user interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResizeError> |
ResizeError.details()
Get the details value.
|
List<ResizeError> |
ResizeOperationStatus.errors()
Get this property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
|
| Modifier and Type | Method and Description |
|---|---|
ResizeError |
ResizeError.withDetails(List<ResizeError> details)
Set the details value.
|
ResizeOperationStatus |
ResizeOperationStatus.withErrors(List<ResizeError> errors)
Set this property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/