Uses of Class
com.microsoft.azure.management.batch.ResizeError
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ResizeError in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionSet an identifier for the error.ResizeError.withDetails
(List<ResizeError> details) Set the details value.ResizeError.withMessage
(String message) Set a message describing the error, intended to be suitable for display in a user interface.Modifier and TypeMethodDescriptionResizeError.details()
Get the details value.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 TypeMethodDescriptionResizeError.withDetails
(List<ResizeError> details) Set the details value.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.