Uses of Class
com.azure.resourcemanager.batch.models.AutoScaleRunError
Packages that use AutoScaleRunError
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoScaleRunError in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoScaleRunErrorModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRunError.details()Get the details property: Additional details about the error.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRun.withError(AutoScaleRunError error) Set the error property: An error that occurred when autoscaling a pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRunError.withDetails(List<AutoScaleRunError> details) Set the details property: Additional details about the error.