Uses of Class
com.azure.resourcemanager.batch.models.ResizeError
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ResizeError in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionSet the code property: An identifier for the error.ResizeError.withDetails
(List<ResizeError> details) Set the details property: Additional details about the error.ResizeError.withMessage
(String message) Set the message property: A message describing the error, intended to be suitable for display in a user interface.Modifier and TypeMethodDescriptionResizeError.details()
Get the details property: Additional details about the error.ResizeOperationStatus.errors()
Get the errors property: Details of any errors encountered while performing the last resize on the pool.Modifier and TypeMethodDescriptionResizeError.withDetails
(List<ResizeError> details) Set the details property: Additional details about the error.ResizeOperationStatus.withErrors
(List<ResizeError> errors) Set the errors property: Details of any errors encountered while performing the last resize on the pool.