Uses of Class
com.microsoft.azure.management.batch.AutoScaleRunError
Packages that use AutoScaleRunError
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoScaleRunError in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRun.error()Get the error value.Set an identifier for the error.AutoScaleRunError.withDetails(List<AutoScaleRunError> details) Set the details value.AutoScaleRunError.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 AutoScaleRunErrorMethods in com.microsoft.azure.management.batch with parameters of type AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRun.withError(AutoScaleRunError error) Set the error value.Method parameters in com.microsoft.azure.management.batch with type arguments of type AutoScaleRunErrorModifier and TypeMethodDescriptionAutoScaleRunError.withDetails(List<AutoScaleRunError> details) Set the details value.