Uses of Class
com.microsoft.azure.management.batch.ResizeError
Packages that use ResizeError
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ResizeError in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ResizeErrorModifier 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.Methods in com.microsoft.azure.management.batch that return types with arguments of type ResizeErrorModifier 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.Method parameters in com.microsoft.azure.management.batch with type arguments of type ResizeErrorModifier 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.