Uses of Class
com.microsoft.azure.management.batch.AutoScaleRunError
-
-
Uses of AutoScaleRunError in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoScaleRunError Modifier and Type Method Description AutoScaleRunErrorAutoScaleRun. error()Get the error value.AutoScaleRunErrorAutoScaleRunError. withCode(String code)Set the code value.AutoScaleRunErrorAutoScaleRunError. withDetails(List<AutoScaleRunError> details)Set the details value.AutoScaleRunErrorAutoScaleRunError. withMessage(String message)Set the message value.Methods in com.microsoft.azure.management.batch that return types with arguments of type AutoScaleRunError Modifier and Type Method Description List<AutoScaleRunError>AutoScaleRunError. details()Get the details value.Methods in com.microsoft.azure.management.batch with parameters of type AutoScaleRunError Modifier and Type Method Description AutoScaleRunAutoScaleRun. withError(AutoScaleRunError error)Set the error value.Method parameters in com.microsoft.azure.management.batch with type arguments of type AutoScaleRunError Modifier and Type Method Description AutoScaleRunErrorAutoScaleRunError. withDetails(List<AutoScaleRunError> details)Set the details value.
-