Uses of Class
com.azure.resourcemanager.batch.models.AutoScaleRunError
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoScaleRunError in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionAutoScaleRun.error()
Get the error property: An error that occurred when autoscaling a pool.Set the code property: An identifier for the error.AutoScaleRunError.withDetails
(List<AutoScaleRunError> details) Set the details property: Additional details about the error.AutoScaleRunError.withMessage
(String message) Set the message property: A message describing the error, intended to be suitable for display in a user interface.Modifier and TypeMethodDescriptionAutoScaleRunError.details()
Get the details property: Additional details about the error.Modifier and TypeMethodDescriptionAutoScaleRun.withError
(AutoScaleRunError error) Set the error property: An error that occurred when autoscaling a pool.Modifier and TypeMethodDescriptionAutoScaleRunError.withDetails
(List<AutoScaleRunError> details) Set the details property: Additional details about the error.