Uses of Class
com.azure.resourcemanager.batch.models.ResizeError
Packages that use ResizeError
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ResizeError in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ResizeErrorModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type ResizeErrorModifier 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.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type ResizeErrorModifier 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.