Uses of Class
com.microsoft.azure.management.batch.ResizeError
-
-
Uses of ResizeError in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ResizeError Modifier and Type Method Description ResizeErrorResizeError. withCode(String code)Set the code value.ResizeErrorResizeError. withDetails(List<ResizeError> details)Set the details value.ResizeErrorResizeError. withMessage(String message)Set the message value.Methods in com.microsoft.azure.management.batch that return types with arguments of type ResizeError Modifier and Type Method Description List<ResizeError>ResizeError. details()Get the details value.List<ResizeError>ResizeOperationStatus. errors()Get the errors value.Method parameters in com.microsoft.azure.management.batch with type arguments of type ResizeError Modifier and Type Method Description ResizeErrorResizeError. withDetails(List<ResizeError> details)Set the details value.ResizeOperationStatusResizeOperationStatus. withErrors(List<ResizeError> errors)Set the errors value.
-